aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_status
diff options
context:
space:
mode:
authorprovokateurin <kate@provokateurin.de>2024-08-19 11:08:28 +0200
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>2024-08-21 11:21:33 +0000
commit9f037c3ef352c150da129abc1119dea3c4219fd0 (patch)
tree50880d3a856a196f9256093028dadb7092833265 /apps/user_status
parentccc39a41bbc2d9f9ff50a297a101fc55773d88ab (diff)
downloadnextcloud-server-9f037c3ef352c150da129abc1119dea3c4219fd0.tar.gz
nextcloud-server-9f037c3ef352c150da129abc1119dea3c4219fd0.zip
chore(deps): Update openapi-extractor to v1.0.0
Signed-off-by: provokateurin <kate@provokateurin.de>
Diffstat (limited to 'apps/user_status')
-rw-r--r--apps/user_status/openapi.json44
1 files changed, 20 insertions, 24 deletions
diff --git a/apps/user_status/openapi.json b/apps/user_status/openapi.json
index cbaec7d7731..8b631156709 100644
--- a/apps/user_status/openapi.json
+++ b/apps/user_status/openapi.json
@@ -424,32 +424,28 @@
"basic_auth": []
}
],
- "requestBody": {
- "required": false,
- "content": {
- "application/json": {
- "schema": {
- "type": "object",
- "properties": {
- "limit": {
- "type": "integer",
- "format": "int64",
- "nullable": true,
- "description": "Maximum number of statuses to find"
- },
- "offset": {
- "type": "integer",
- "format": "int64",
- "nullable": true,
- "description": "Offset for finding statuses"
- }
- }
- }
- }
- }
- },
"parameters": [
{
+ "name": "limit",
+ "in": "query",
+ "description": "Maximum number of statuses to find",
+ "schema": {
+ "type": "integer",
+ "format": "int64",
+ "nullable": true
+ }
+ },
+ {
+ "name": "offset",
+ "in": "query",
+ "description": "Offset for finding statuses",
+ "schema": {
+ "type": "integer",
+ "format": "int64",
+ "nullable": true
+ }
+ },
+ {
"name": "OCS-APIRequest",
"in": "header",
"description": "Required to be true for the API request to pass",