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-27 15:03:13 +0200
commit16c5b286493725932e982c859d218eefb37a3096 (patch)
tree690e76c30660e4b43d054f90e7d055e184afce03 /apps/provisioning_api
parent5fc46cd5163989ff75317b32cd9dcedc9e7e3e7f (diff)
downloadnextcloud-server-16c5b286493725932e982c859d218eefb37a3096.tar.gz
nextcloud-server-16c5b286493725932e982c859d218eefb37a3096.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 e8a116c1a85..0bd9490591b 100644
--- a/apps/provisioning_api/openapi-full.json
+++ b/apps/provisioning_api/openapi-full.json
@@ -2212,6 +2212,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 e26adfc2d0a..b5b83d4dd0e 100644
--- a/apps/provisioning_api/openapi.json
+++ b/apps/provisioning_api/openapi.json
@@ -1287,6 +1287,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",