aboutsummaryrefslogtreecommitdiffstats
path: root/apps/provisioning_api
diff options
context:
space:
mode:
authorCôme Chilliet <come.chilliet@nextcloud.com>2024-05-16 17:03:46 +0200
committerCôme Chilliet <come.chilliet@nextcloud.com>2024-05-23 10:42:52 +0200
commit96b66621dbdec35e04f34af6b6b1305ba7100d67 (patch)
treec01eb0e786ea899080c738a56de01559e69884f1 /apps/provisioning_api
parent8044edf30977149a1ad1ae3cdd4d3e1485fb4060 (diff)
downloadnextcloud-server-96b66621dbdec35e04f34af6b6b1305ba7100d67.tar.gz
nextcloud-server-96b66621dbdec35e04f34af6b6b1305ba7100d67.zip
fix: Update openapi spec for provisioning_api app
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to 'apps/provisioning_api')
-rw-r--r--apps/provisioning_api/openapi-full.json9
-rw-r--r--apps/provisioning_api/openapi.json9
2 files changed, 18 insertions, 0 deletions
diff --git a/apps/provisioning_api/openapi-full.json b/apps/provisioning_api/openapi-full.json
index 2b219416c8d..a1a2d10e13c 100644
--- a/apps/provisioning_api/openapi-full.json
+++ b/apps/provisioning_api/openapi-full.json
@@ -2280,6 +2280,15 @@
],
"parameters": [
{
+ "name": "search",
+ "in": "query",
+ "description": "Text to search for",
+ "schema": {
+ "type": "string",
+ "default": ""
+ }
+ },
+ {
"name": "limit",
"in": "query",
"description": "Limit the amount of users returned",
diff --git a/apps/provisioning_api/openapi.json b/apps/provisioning_api/openapi.json
index ee48da07658..c938ce60a78 100644
--- a/apps/provisioning_api/openapi.json
+++ b/apps/provisioning_api/openapi.json
@@ -1354,6 +1354,15 @@
],
"parameters": [
{
+ "name": "search",
+ "in": "query",
+ "description": "Text to search for",
+ "schema": {
+ "type": "string",
+ "default": ""
+ }
+ },
+ {
"name": "limit",
"in": "query",
"description": "Limit the amount of users returned",