diff options
Diffstat (limited to 'support')
-rw-r--r-- | support/doc/api/openapi.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml index 4b7bc23b4..89e510cb4 100644 --- a/support/doc/api/openapi.yaml +++ b/support/doc/api/openapi.yaml | |||
@@ -529,6 +529,11 @@ paths: | |||
529 | produces: | 529 | produces: |
530 | - application/json | 530 | - application/json |
531 | parameters: | 531 | parameters: |
532 | - name: category | ||
533 | in: query | ||
534 | required: false | ||
535 | type: number | ||
536 | description: category id of the video | ||
532 | - name: start | 537 | - name: start |
533 | in: query | 538 | in: query |
534 | required: false | 539 | required: false |