diff options
Diffstat (limited to 'support/doc/api/openapi.yaml')
-rw-r--r-- | support/doc/api/openapi.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml index 69a6eff72..2062f2e3a 100644 --- a/support/doc/api/openapi.yaml +++ b/support/doc/api/openapi.yaml | |||
@@ -4477,6 +4477,7 @@ paths: | |||
4477 | - $ref: '#/components/parameters/isLocal' | 4477 | - $ref: '#/components/parameters/isLocal' |
4478 | - $ref: '#/components/parameters/include' | 4478 | - $ref: '#/components/parameters/include' |
4479 | - $ref: '#/components/parameters/privacyOneOf' | 4479 | - $ref: '#/components/parameters/privacyOneOf' |
4480 | - $ref: '#/components/parameters/uuids' | ||
4480 | - $ref: '#/components/parameters/hasHLSFiles' | 4481 | - $ref: '#/components/parameters/hasHLSFiles' |
4481 | - $ref: '#/components/parameters/hasWebtorrentFiles' | 4482 | - $ref: '#/components/parameters/hasWebtorrentFiles' |
4482 | - $ref: '#/components/parameters/skipCount' | 4483 | - $ref: '#/components/parameters/skipCount' |
@@ -5606,6 +5607,14 @@ components: | |||
5606 | schema: | 5607 | schema: |
5607 | $ref: '#/components/schemas/VideoPrivacySet' | 5608 | $ref: '#/components/schemas/VideoPrivacySet' |
5608 | description: '**PeerTube >= 4.0** Display only videos in this specific privacy/privacies' | 5609 | description: '**PeerTube >= 4.0** Display only videos in this specific privacy/privacies' |
5610 | uuids: | ||
5611 | name: uuids | ||
5612 | in: query | ||
5613 | required: false | ||
5614 | schema: | ||
5615 | items: | ||
5616 | type: string | ||
5617 | description: 'Find videos with specific UUIDs' | ||
5609 | include: | 5618 | include: |
5610 | name: include | 5619 | name: include |
5611 | in: query | 5620 | in: query |