diff options
Diffstat (limited to 'core/openapi.json')
-rw-r--r-- | core/openapi.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/core/openapi.json b/core/openapi.json index b703cfff79f..c5de93838a1 100644 --- a/core/openapi.json +++ b/core/openapi.json @@ -512,7 +512,8 @@ "icon", "order", "triggers", - "filters" + "filters", + "inAppSearch" ], "properties": { "id": { @@ -542,6 +543,9 @@ "additionalProperties": { "type": "string" } + }, + "inAppSearch": { + "type": "boolean" } } }, |