From 17b07dc5a2c3ac7055a0490e34b3a1a527286895 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 10 Jul 2020 09:39:53 +0200 Subject: Update contributing guide --- support/doc/api/openapi.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'support') diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml index 3b381bbb5..1c5a60f6e 100644 --- a/support/doc/api/openapi.yaml +++ b/support/doc/api/openapi.yaml @@ -1535,6 +1535,23 @@ paths: description: only list reports of a specific video channel schema: type: string + - name: videoIs + in: query + description: only list blacklisted or deleted videos + schema: + type: string + enum: + - 'deleted' + - 'blacklisted' + - name: filter + in: query + description: only list account, comment or video reports + schema: + type: string + enum: + - 'video' + - 'comment' + - 'account' - $ref: '#/components/parameters/start' - $ref: '#/components/parameters/count' - $ref: '#/components/parameters/abusesSort' -- cgit v1.2.3