diff options
author | Chocobozzz <me@florianbigard.com> | 2021-11-02 11:00:40 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-11-02 11:13:13 +0100 |
commit | 7e7d8e485356402e7652c61c9f004e850b0a1607 (patch) | |
tree | 71c498c886cfd4b623a3c208572dc656ed800443 /support/doc/api/openapi.yaml | |
parent | fd5fa94bbc808e3ebb7a2e6bca636f2607566b52 (diff) | |
download | PeerTube-7e7d8e485356402e7652c61c9f004e850b0a1607.tar.gz PeerTube-7e7d8e485356402e7652c61c9f004e850b0a1607.tar.zst PeerTube-7e7d8e485356402e7652c61c9f004e850b0a1607.zip |
Some fixes for admin videos list
Diffstat (limited to 'support/doc/api/openapi.yaml')
-rw-r--r-- | support/doc/api/openapi.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml index cdb4dd343..e9e7e1757 100644 --- a/support/doc/api/openapi.yaml +++ b/support/doc/api/openapi.yaml | |||
@@ -4805,7 +4805,7 @@ components: | |||
4805 | required: false | 4805 | required: false |
4806 | schema: | 4806 | schema: |
4807 | type: boolean | 4807 | type: boolean |
4808 | description: 'Display only local or remote videos' | 4808 | description: '**PeerTube >= 4.0** Display only local or remote videos' |
4809 | include: | 4809 | include: |
4810 | name: include | 4810 | name: include |
4811 | in: query | 4811 | in: query |
@@ -4819,7 +4819,7 @@ components: | |||
4819 | - 4 | 4819 | - 4 |
4820 | - 8 | 4820 | - 8 |
4821 | description: > | 4821 | description: > |
4822 | Include additional videos in results (can be combined using bitwise or operator) | 4822 | **PeerTube >= 4.0** Include additional videos in results (can be combined using bitwise or operator) |
4823 | 4823 | ||
4824 | - `0` NONE | 4824 | - `0` NONE |
4825 | 4825 | ||