From 6957f698d066b5dadf615b3e83da76e6a7b55606 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Thu, 2 Jul 2020 16:24:51 +0200 Subject: deprecate video abuse route, soon to be superseeded --- support/doc/api/openapi.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml index eec4e0248..2fc55b832 100644 --- a/support/doc/api/openapi.yaml +++ b/support/doc/api/openapi.yaml @@ -1470,6 +1470,7 @@ paths: description: '`magnetUri` or `targetUrl` or a torrent file missing' /videos/abuse: get: + deprecated: true summary: List video abuses security: - OAuth2: @@ -1545,6 +1546,7 @@ paths: $ref: '#/components/schemas/VideoAbuse' '/videos/{id}/abuse': post: + deprecated: true summary: Report an abuse security: - OAuth2: [] @@ -1595,6 +1597,7 @@ paths: description: incorrect request parameters '/videos/{id}/abuse/{abuseId}': put: + deprecated: true summary: Update an abuse security: - OAuth2: @@ -1622,6 +1625,7 @@ paths: '404': description: video abuse not found delete: + deprecated: true tags: - Video Abuses summary: Delete an abuse -- cgit v1.2.3