diff options
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 |