diff options
author | Chocobozzz <me@florianbigard.com> | 2022-08-10 11:51:13 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-08-10 14:32:00 +0200 |
commit | a3b472a12ec6e57dbe2f650419f8064864686eab (patch) | |
tree | f36559488e34493c029b686772e986902150a647 /support/doc/api | |
parent | 0567049a9819d67070aa6d548a75a7e632a4aaa4 (diff) | |
download | PeerTube-a3b472a12ec6e57dbe2f650419f8064864686eab.tar.gz PeerTube-a3b472a12ec6e57dbe2f650419f8064864686eab.tar.zst PeerTube-a3b472a12ec6e57dbe2f650419f8064864686eab.zip |
Add ability to list imports of a channel sync
Diffstat (limited to 'support/doc/api')
-rw-r--r-- | support/doc/api/openapi.yaml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml index ac8cde565..c4bc507fd 100644 --- a/support/doc/api/openapi.yaml +++ b/support/doc/api/openapi.yaml | |||
@@ -1187,6 +1187,20 @@ paths: | |||
1187 | - $ref: '#/components/parameters/start' | 1187 | - $ref: '#/components/parameters/start' |
1188 | - $ref: '#/components/parameters/count' | 1188 | - $ref: '#/components/parameters/count' |
1189 | - $ref: '#/components/parameters/sort' | 1189 | - $ref: '#/components/parameters/sort' |
1190 | - | ||
1191 | name: targetUrl | ||
1192 | in: query | ||
1193 | required: false | ||
1194 | description: Filter on import target URL | ||
1195 | schema: | ||
1196 | type: string | ||
1197 | - | ||
1198 | name: videoChannelSyncId | ||
1199 | in: query | ||
1200 | required: false | ||
1201 | description: Filter on imports created by a specific channel synchronization | ||
1202 | schema: | ||
1203 | type: number | ||
1190 | responses: | 1204 | responses: |
1191 | '200': | 1205 | '200': |
1192 | description: successful operation | 1206 | description: successful operation |