aboutsummaryrefslogtreecommitdiffhomepage
path: root/support
diff options
context:
space:
mode:
Diffstat (limited to 'support')
-rw-r--r--support/doc/api/openapi.yaml17
1 files changed, 17 insertions, 0 deletions
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:
1535 description: only list reports of a specific video channel 1535 description: only list reports of a specific video channel
1536 schema: 1536 schema:
1537 type: string 1537 type: string
1538 - name: videoIs
1539 in: query
1540 description: only list blacklisted or deleted videos
1541 schema:
1542 type: string
1543 enum:
1544 - 'deleted'
1545 - 'blacklisted'
1546 - name: filter
1547 in: query
1548 description: only list account, comment or video reports
1549 schema:
1550 type: string
1551 enum:
1552 - 'video'
1553 - 'comment'
1554 - 'account'
1538 - $ref: '#/components/parameters/start' 1555 - $ref: '#/components/parameters/start'
1539 - $ref: '#/components/parameters/count' 1556 - $ref: '#/components/parameters/count'
1540 - $ref: '#/components/parameters/abusesSort' 1557 - $ref: '#/components/parameters/abusesSort'