summary refs log tree commit diff
path: root/assets
diff options
context:
space:
mode:
authorPuyodead1 <puyodead@proton.me>2023-05-07 00:15:04 -0400
committerGitHub <noreply@github.com>2023-05-07 00:15:04 -0400
commitba0d1bb6ff678c5a451afd7dad51b27a2e770cd8 (patch)
tree734d2721cf99205da2439db34e6a399ec4b2546d /assets
parentadd initial_guild_id client state property (diff)
parentfix build failure (diff)
downloadserver-ts-ba0d1bb6ff678c5a451afd7dad51b27a2e770cd8.tar.xz
Merge pull request #1052 from spacebarchat/feat/auto-create-bot-users
Feat: Auto add bot users to new apps
Diffstat (limited to 'assets')
-rw-r--r--assets/openapi.json5
-rw-r--r--assets/schemas.json5
2 files changed, 10 insertions, 0 deletions
diff --git a/assets/openapi.json b/assets/openapi.json

index 5a330775..4d285cb1 100644 --- a/assets/openapi.json +++ b/assets/openapi.json
@@ -7199,9 +7199,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 de301bfc..919d4981 100644 --- a/assets/schemas.json +++ b/assets/schemas.json
@@ -422590,10 +422590,15 @@ }, "instanceId": { "type": "string" + }, + "autoCreateBotUsers": { + "type": "boolean", + "default": false } }, "additionalProperties": false, "required": [ + "autoCreateBotUsers", "correspondenceEmail", "correspondenceUserID", "frontPage",