summary refs log tree commit diff
path: root/assets
diff options
context:
space:
mode:
authorPuyodead1 <puyodead@proton.me>2023-05-06 23:45:09 -0400
committerPuyodead1 <puyodead@proton.me>2023-05-06 23:53:43 -0400
commit942cce913dcf00acc94f4a2cefc0902427a6c7b7 (patch)
tree04762306165888187d68a8d51e9b498f3c201bd7 /assets
parentadd flags property to voice state update (diff)
downloadserver-942cce913dcf00acc94f4a2cefc0902427a6c7b7.tar.xz
add option to auto add bot users to new apps
Diffstat (limited to 'assets')
-rw-r--r--assets/openapi.json8
-rw-r--r--assets/schemas.json8
2 files changed, 16 insertions, 0 deletions
diff --git a/assets/openapi.json b/assets/openapi.json

index 2dc78741..14bfb70a 100644 --- a/assets/openapi.json +++ b/assets/openapi.json
@@ -5994,6 +5994,9 @@ }, "suppress": { "type": "boolean" + }, + "flags": { + "type": "integer" } }, "required": [ @@ -7190,9 +7193,14 @@ }, "instanceId": { "type": "string" + }, + "autoCreateBotUsers": { + "type": "boolean", + "default": false } }, "required": [ + "autoCreateBotUsers", "correspondenceEmail", "correspondenceUserID", "frontPage", diff --git a/assets/schemas.json b/assets/schemas.json
index dc25cacd..68ef8187 100644 --- a/assets/schemas.json +++ b/assets/schemas.json
@@ -197032,6 +197032,9 @@ }, "suppress": { "type": "boolean" + }, + "flags": { + "type": "integer" } }, "additionalProperties": false, @@ -422581,10 +422584,15 @@ }, "instanceId": { "type": "string" + }, + "autoCreateBotUsers": { + "type": "boolean", + "default": false } }, "additionalProperties": false, "required": [ + "autoCreateBotUsers", "correspondenceEmail", "correspondenceUserID", "frontPage",