summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/ResponseDefinitions.php1
-rw-r--r--core/openapi.json6
2 files changed, 6 insertions, 1 deletions
diff --git a/core/ResponseDefinitions.php b/core/ResponseDefinitions.php
index 7d54cf66061..b8f73bcdcda 100644
--- a/core/ResponseDefinitions.php
+++ b/core/ResponseDefinitions.php
@@ -104,6 +104,7 @@ namespace OCA\Core;
* order: int,
* triggers: string[],
* filters: array<string, string>,
+ * inAppSearch: bool,
* }
*
* @psalm-type CoreUnifiedSearchResultEntry = array{
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"
}
}
},