aboutsummaryrefslogtreecommitdiffstats
path: root/core/openapi.json
diff options
context:
space:
mode:
authorBenjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>2023-11-13 16:31:15 +0100
committerBenjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>2023-11-14 09:58:20 +0100
commit174b76fff35f52ed62fe1dc073c17e2d881c8bb0 (patch)
treef95de36ae0806535babd613897afad6a7ace5e84 /core/openapi.json
parenteaaf954753bf86ce581a0cdc06987b41312cdded (diff)
downloadnextcloud-server-174b76fff35f52ed62fe1dc073c17e2d881c8bb0.tar.gz
nextcloud-server-174b76fff35f52ed62fe1dc073c17e2d881c8bb0.zip
Add new method `inAppSearch` for advanced search providers
Allows to indicates if a search provider also support in app search Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
Diffstat (limited to 'core/openapi.json')
-rw-r--r--core/openapi.json6
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"
}
}
},