From 942cce913dcf00acc94f4a2cefc0902427a6c7b7 Mon Sep 17 00:00:00 2001 From: Puyodead1 Date: Sat, 6 May 2023 23:45:09 -0400 Subject: add option to auto add bot users to new apps --- assets/openapi.json | 8 ++++++++ assets/schemas.json | 8 ++++++++ 2 files changed, 16 insertions(+) (limited to 'assets') 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", -- cgit 1.5.1