diff options
author | Côme Chilliet <come.chilliet@nextcloud.com> | 2024-05-16 17:03:46 +0200 |
---|---|---|
committer | Côme Chilliet <come.chilliet@nextcloud.com> | 2024-05-27 15:03:13 +0200 |
commit | 16c5b286493725932e982c859d218eefb37a3096 (patch) | |
tree | 690e76c30660e4b43d054f90e7d055e184afce03 /apps/provisioning_api | |
parent | 5fc46cd5163989ff75317b32cd9dcedc9e7e3e7f (diff) | |
download | nextcloud-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.json | 9 | ||||
-rw-r--r-- | apps/provisioning_api/openapi.json | 9 |
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", |