diff options
author | Chocobozzz <me@florianbigard.com> | 2022-04-22 09:50:20 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-04-22 09:50:20 +0200 |
commit | 961cbe4269e5f34639e29310fb3d90a6cb1bd6bc (patch) | |
tree | 06404c72c25a95238e7ef8a6bdfcb90d40c8649c /support/doc | |
parent | 4ec52d04dcc5d664612331f8e08d7d90da990415 (diff) | |
download | PeerTube-961cbe4269e5f34639e29310fb3d90a6cb1bd6bc.tar.gz PeerTube-961cbe4269e5f34639e29310fb3d90a6cb1bd6bc.tar.zst PeerTube-961cbe4269e5f34639e29310fb3d90a6cb1bd6bc.zip |
Fix getting live by anonymous user
Diffstat (limited to 'support/doc')
-rw-r--r-- | support/doc/api/openapi.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml index 012f6d135..123e54f47 100644 --- a/support/doc/api/openapi.yaml +++ b/support/doc/api/openapi.yaml | |||
@@ -7657,11 +7657,13 @@ components: | |||
7657 | properties: | 7657 | properties: |
7658 | rtmpUrl: | 7658 | rtmpUrl: |
7659 | type: string | 7659 | type: string |
7660 | description: Included in the response if an appropriate token is provided | ||
7660 | rtmpsUrl: | 7661 | rtmpsUrl: |
7661 | type: string | 7662 | type: string |
7663 | description: Included in the response if an appropriate token is provided | ||
7662 | streamKey: | 7664 | streamKey: |
7663 | type: string | 7665 | type: string |
7664 | description: RTMP stream key to use to stream into this live video | 7666 | description: RTMP stream key to use to stream into this live video. Included in the response if an appropriate token is provided |
7665 | saveReplay: | 7667 | saveReplay: |
7666 | type: boolean | 7668 | type: boolean |
7667 | permanentLive: | 7669 | permanentLive: |