diff options
author | Chocobozzz <me@florianbigard.com> | 2020-11-18 15:29:38 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-11-18 15:29:38 +0100 |
commit | 0aa52e170727ac6bdf441bcaa2353ae0b8a354ed (patch) | |
tree | 52fa047cf9970590cab1dcc7a3e5caa8eb004171 /support/doc/api | |
parent | ff2cac9fa361a3c5489078f441ed54230c045971 (diff) | |
download | PeerTube-0aa52e170727ac6bdf441bcaa2353ae0b8a354ed.tar.gz PeerTube-0aa52e170727ac6bdf441bcaa2353ae0b8a354ed.tar.zst PeerTube-0aa52e170727ac6bdf441bcaa2353ae0b8a354ed.zip |
Add ability to display all channel/account videos
Diffstat (limited to 'support/doc/api')
-rw-r--r-- | support/doc/api/openapi.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml index 4a178e4d7..c16914eb2 100644 --- a/support/doc/api/openapi.yaml +++ b/support/doc/api/openapi.yaml | |||
@@ -3681,9 +3681,10 @@ components: | |||
3681 | in: query | 3681 | in: query |
3682 | required: false | 3682 | required: false |
3683 | description: > | 3683 | description: > |
3684 | Special filters (local for instance) which might require special rights: | 3684 | Special filters which might require special rights: |
3685 | * `local` - only videos local to the instance | 3685 | * `local` - only videos local to the instance |
3686 | * `all-local` - only videos local to the instance, but showing private and unlisted videos (requires Admin privileges) | 3686 | * `all-local` - only videos local to the instance, but showing private and unlisted videos (requires Admin privileges) |
3687 | * `all` - all videos, showing private and unlisted videos (requires Admin privileges) | ||
3687 | schema: | 3688 | schema: |
3688 | type: string | 3689 | type: string |
3689 | enum: | 3690 | enum: |