diff options
author | Chocobozzz <me@florianbigard.com> | 2022-12-19 16:10:38 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-12-19 16:10:38 +0100 |
commit | 93293ca7887e34fd9b6413fdaeea3d1dddc46ece (patch) | |
tree | 63272268dde4bfd1dcc9ff46b46d758d25c0b88f /support/doc/api/openapi.yaml | |
parent | c6820dc4a58919d381c3bc0bad131ba1d3b10443 (diff) | |
parent | 57e11a20f12c69927e5739ecf541ed340934ff90 (diff) | |
download | PeerTube-93293ca7887e34fd9b6413fdaeea3d1dddc46ece.tar.gz PeerTube-93293ca7887e34fd9b6413fdaeea3d1dddc46ece.tar.zst PeerTube-93293ca7887e34fd9b6413fdaeea3d1dddc46ece.zip |
Merge branch 'release/5.0.0' into develop
Diffstat (limited to 'support/doc/api/openapi.yaml')
-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: |