diff options
author | Chocobozzz <me@florianbigard.com> | 2020-07-10 09:39:53 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2020-07-10 14:02:41 +0200 |
commit | 17b07dc5a2c3ac7055a0490e34b3a1a527286895 (patch) | |
tree | edfb763e1c99a8fa3fc3e6c3bf0cf05089793e73 /support/doc/api | |
parent | cfde28bac33c3644e1b6218eb471b675a37def60 (diff) | |
download | PeerTube-17b07dc5a2c3ac7055a0490e34b3a1a527286895.tar.gz PeerTube-17b07dc5a2c3ac7055a0490e34b3a1a527286895.tar.zst PeerTube-17b07dc5a2c3ac7055a0490e34b3a1a527286895.zip |
Update contributing guide
Diffstat (limited to 'support/doc/api')
-rw-r--r-- | support/doc/api/openapi.yaml | 17 |
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' |