fix: Update openapi spec for provisioning_api app

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
pull/45370/head
Côme Chilliet 2024-05-16 17:03:46 +07:00
parent 8044edf309
commit 96b66621db
No known key found for this signature in database
GPG Key ID: A3E2F658B28C760A
2 changed files with 18 additions and 0 deletions

@ -2279,6 +2279,15 @@
}
],
"parameters": [
{
"name": "search",
"in": "query",
"description": "Text to search for",
"schema": {
"type": "string",
"default": ""
}
},
{
"name": "limit",
"in": "query",

@ -1353,6 +1353,15 @@
}
],
"parameters": [
{
"name": "search",
"in": "query",
"description": "Text to search for",
"schema": {
"type": "string",
"default": ""
}
},
{
"name": "limit",
"in": "query",