aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorjld3103 <jld3103yt@gmail.com>2023-12-08 11:06:05 +0100
committerjld3103 <jld3103yt@gmail.com>2023-12-08 11:06:05 +0100
commitfe2c6d4227270af60be0db17f21170224d6bc553 (patch)
tree992ece96df24989691322fd8553a639c9ceaa278 /core
parentcdb6f37a101d4736b0ee9b7cefe4265271f89f87 (diff)
downloadnextcloud-server-fe2c6d4227270af60be0db17f21170224d6bc553.tar.gz
nextcloud-server-fe2c6d4227270af60be0db17f21170224d6bc553.zip
chore(deps): Update openapi-extractor
Signed-off-by: jld3103 <jld3103yt@gmail.com>
Diffstat (limited to 'core')
-rw-r--r--core/openapi.json30
1 files changed, 26 insertions, 4 deletions
diff --git a/core/openapi.json b/core/openapi.json
index c5de93838a1..2314c0df413 100644
--- a/core/openapi.json
+++ b/core/openapi.json
@@ -430,7 +430,14 @@
},
"status": {
"type": "integer",
- "format": "int64"
+ "format": "int64",
+ "enum": [
+ 0,
+ 1,
+ 2,
+ 3,
+ 4
+ ]
},
"userId": {
"type": "string",
@@ -476,7 +483,14 @@
},
"status": {
"type": "integer",
- "format": "int64"
+ "format": "int64",
+ "enum": [
+ 0,
+ 1,
+ 2,
+ 3,
+ 4
+ ]
},
"userId": {
"type": "string",
@@ -4080,8 +4094,16 @@
"in": "query",
"description": "Offset for searching",
"schema": {
- "type": "string",
- "nullable": true
+ "nullable": true,
+ "oneOf": [
+ {
+ "type": "integer",
+ "format": "int64"
+ },
+ {
+ "type": "string"
+ }
+ ]
}
},
{