diff options
author | Chocobozzz <me@florianbigard.com> | 2020-12-03 14:10:54 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-12-03 15:21:16 +0100 |
commit | bb4ba6d94c5051fdd665ebe63fffcc105778b8be (patch) | |
tree | d39302608c53e31395683bb5dd551eac6ced89f8 /support/doc/api | |
parent | 19b7ebfaa822b12f6da25ad2ba10398b3ef25ec6 (diff) | |
download | PeerTube-bb4ba6d94c5051fdd665ebe63fffcc105778b8be.tar.gz PeerTube-bb4ba6d94c5051fdd665ebe63fffcc105778b8be.tar.zst PeerTube-bb4ba6d94c5051fdd665ebe63fffcc105778b8be.zip |
Add permanent live support
Diffstat (limited to 'support/doc/api')
-rw-r--r-- | support/doc/api/openapi.yaml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml index 4f9bca729..2d6b4df27 100644 --- a/support/doc/api/openapi.yaml +++ b/support/doc/api/openapi.yaml | |||
@@ -72,7 +72,7 @@ tags: | |||
72 | new videos, and how to keep up to date with their latest publications! | 72 | new videos, and how to keep up to date with their latest publications! |
73 | - name: My History | 73 | - name: My History |
74 | description: > | 74 | description: > |
75 | Operations related to your watch history. | 75 | Operations related to your watch history. |
76 | - name: My Notifications | 76 | - name: My Notifications |
77 | description: > | 77 | description: > |
78 | Notifications following new videos, follows or reports. They allow you | 78 | Notifications following new videos, follows or reports. They allow you |
@@ -1567,6 +1567,9 @@ paths: | |||
1567 | type: integer | 1567 | type: integer |
1568 | saveReplay: | 1568 | saveReplay: |
1569 | type: boolean | 1569 | type: boolean |
1570 | permanentLive: | ||
1571 | description: User can stream multiple times in a permanent live | ||
1572 | type: boolean | ||
1570 | thumbnailfile: | 1573 | thumbnailfile: |
1571 | description: Live video/replay thumbnail file | 1574 | description: Live video/replay thumbnail file |
1572 | type: string | 1575 | type: string |
@@ -5614,6 +5617,9 @@ components: | |||
5614 | properties: | 5617 | properties: |
5615 | saveReplay: | 5618 | saveReplay: |
5616 | type: boolean | 5619 | type: boolean |
5620 | permanentLive: | ||
5621 | description: User can stream multiple times in a permanent live | ||
5622 | type: boolean | ||
5617 | 5623 | ||
5618 | LiveVideoResponse: | 5624 | LiveVideoResponse: |
5619 | properties: | 5625 | properties: |
@@ -5624,6 +5630,9 @@ components: | |||
5624 | description: RTMP stream key to use to stream into this live video | 5630 | description: RTMP stream key to use to stream into this live video |
5625 | saveReplay: | 5631 | saveReplay: |
5626 | type: boolean | 5632 | type: boolean |
5633 | permanentLive: | ||
5634 | description: User can stream multiple times in a permanent live | ||
5635 | type: boolean | ||
5627 | 5636 | ||
5628 | callbacks: | 5637 | callbacks: |
5629 | searchIndex: | 5638 | searchIndex: |