diff options
Diffstat (limited to 'support')
-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: |