diff options
author | Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | 2023-09-21 16:10:48 +0200 |
---|---|---|
committer | Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | 2023-11-10 09:21:16 +0100 |
commit | c753eefb217b041d9029da67f935211562079d16 (patch) | |
tree | e4171f68675716c4c2c1c4102df70a9f67dd8b32 /core/openapi.json | |
parent | 9de8e8e2244cfbed63f9c4d4b8abdd6092fa848c (diff) | |
download | nextcloud-server-c753eefb217b041d9029da67f935211562079d16.tar.gz nextcloud-server-c753eefb217b041d9029da67f935211562079d16.zip |
feat(search): Allow multiple search terms in UnifiedController
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
Diffstat (limited to 'core/openapi.json')
-rw-r--r-- | core/openapi.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/openapi.json b/core/openapi.json index 7cb48b58f0a..872a2f80a51 100644 --- a/core/openapi.json +++ b/core/openapi.json @@ -6038,4 +6038,4 @@ "description": "Controller about the endpoint /ocm-provider/" } ] -}
\ No newline at end of file +} |