diff options
author | Chocobozzz <me@florianbigard.com> | 2021-12-15 15:58:10 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-12-16 10:08:55 +0100 |
commit | a9bfa85d2cdf13670aaced740da5b493fbeddfce (patch) | |
tree | 3781c9218d4cc7786b6589365c0efbed2151703d /support/doc/api | |
parent | c77fdc605b3ccc1ab6890f889d8200fbe9372949 (diff) | |
download | PeerTube-a9bfa85d2cdf13670aaced740da5b493fbeddfce.tar.gz PeerTube-a9bfa85d2cdf13670aaced740da5b493fbeddfce.tar.zst PeerTube-a9bfa85d2cdf13670aaced740da5b493fbeddfce.zip |
Add ability for admins to set default p2p policy
Diffstat (limited to 'support/doc/api')
-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 1d5581072..7b6e8a1e4 100644 --- a/support/doc/api/openapi.yaml +++ b/support/doc/api/openapi.yaml | |||
@@ -6679,7 +6679,7 @@ components: | |||
6679 | type: integer | 6679 | type: integer |
6680 | description: The user daily video quota in bytes | 6680 | description: The user daily video quota in bytes |
6681 | example: -1 | 6681 | example: -1 |
6682 | webtorrentEnabled: | 6682 | p2pEnabled: |
6683 | type: boolean | 6683 | type: boolean |
6684 | description: Enable P2P in the player | 6684 | description: Enable P2P in the player |
6685 | UserWithStats: | 6685 | UserWithStats: |
@@ -6780,7 +6780,7 @@ components: | |||
6780 | - 'true' | 6780 | - 'true' |
6781 | - 'false' | 6781 | - 'false' |
6782 | - both | 6782 | - both |
6783 | webTorrentEnabled: | 6783 | p2pEnabled: |
6784 | type: boolean | 6784 | type: boolean |
6785 | description: whether to enable P2P in the player or not | 6785 | description: whether to enable P2P in the player or not |
6786 | autoPlayVideo: | 6786 | autoPlayVideo: |