diff options
author | Chocobozzz <me@florianbigard.com> | 2021-08-27 10:15:55 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-08-27 10:15:55 +0200 |
commit | 8f581725651c4b2c213d75fc028e306bbf239d3e (patch) | |
tree | 8deb842327c2a227d8e302d9a84bd9f8f9f7affa /support/doc/api/openapi.yaml | |
parent | 1ff15061b31245df4248e47228d0a90b07ab3f01 (diff) | |
download | PeerTube-8f581725651c4b2c213d75fc028e306bbf239d3e.tar.gz PeerTube-8f581725651c4b2c213d75fc028e306bbf239d3e.tar.zst PeerTube-8f581725651c4b2c213d75fc028e306bbf239d3e.zip |
Allow accounts to skip account setup modal
Diffstat (limited to 'support/doc/api/openapi.yaml')
-rw-r--r-- | support/doc/api/openapi.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml index 76e78fe53..65a2ac897 100644 --- a/support/doc/api/openapi.yaml +++ b/support/doc/api/openapi.yaml | |||
@@ -6376,6 +6376,8 @@ components: | |||
6376 | format: date-time | 6376 | format: date-time |
6377 | noInstanceConfigWarningModal: | 6377 | noInstanceConfigWarningModal: |
6378 | type: boolean | 6378 | type: boolean |
6379 | noAccountSetupWarningModal: | ||
6380 | type: boolean | ||
6379 | noWelcomeModal: | 6381 | noWelcomeModal: |
6380 | type: boolean | 6382 | type: boolean |
6381 | nsfwPolicy: | 6383 | nsfwPolicy: |
@@ -6530,6 +6532,8 @@ components: | |||
6530 | type: string | 6532 | type: string |
6531 | noInstanceConfigWarningModal: | 6533 | noInstanceConfigWarningModal: |
6532 | type: boolean | 6534 | type: boolean |
6535 | noAccountSetupWarningModal: | ||
6536 | type: boolean | ||
6533 | noWelcomeModal: | 6537 | noWelcomeModal: |
6534 | type: boolean | 6538 | type: boolean |
6535 | GetMeVideoRating: | 6539 | GetMeVideoRating: |