diff options
author | Chocobozzz <me@florianbigard.com> | 2022-12-14 14:06:12 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-12-14 14:06:12 +0100 |
commit | 7dcd45a9a289c2da38eafd9a0b293453981b0da4 (patch) | |
tree | 6cced9f152da0d7b7c3f80f28bb6d9e2532be674 /support | |
parent | 21e73020142635f0b1b2c8694a6b5164437954b9 (diff) | |
download | PeerTube-7dcd45a9a289c2da38eafd9a0b293453981b0da4.tar.gz PeerTube-7dcd45a9a289c2da38eafd9a0b293453981b0da4.tar.zst PeerTube-7dcd45a9a289c2da38eafd9a0b293453981b0da4.zip |
Don't not autoplay live without autoplay setting
Diffstat (limited to 'support')
-rw-r--r-- | support/doc/api/openapi.yaml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml index c2f9d424e..bfa7235a2 100644 --- a/support/doc/api/openapi.yaml +++ b/support/doc/api/openapi.yaml | |||
@@ -8128,17 +8128,13 @@ components: | |||
8128 | NotificationSettingValue: | 8128 | NotificationSettingValue: |
8129 | type: integer | 8129 | type: integer |
8130 | description: > | 8130 | description: > |
8131 | Notification type | 8131 | Notification type. One of the following values, or a sum of multiple values: |
8132 | 8132 | ||
8133 | - `0` NONE | 8133 | - `0` NONE |
8134 | 8134 | ||
8135 | - `1` WEB | 8135 | - `1` WEB |
8136 | 8136 | ||
8137 | - `2` EMAIL | 8137 | - `2` EMAIL |
8138 | enum: | ||
8139 | - 0 | ||
8140 | - 1 | ||
8141 | - 2 | ||
8142 | Notification: | 8138 | Notification: |
8143 | properties: | 8139 | properties: |
8144 | id: | 8140 | id: |