aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/openapi.json
diff options
context:
space:
mode:
authorprovokateurin <kate@provokateurin.de>2024-04-08 20:09:24 +0200
committerprovokateurin <kate@provokateurin.de>2024-04-08 20:09:24 +0200
commitf8ab422d81d9a331b5f60a7fc24f368088384d91 (patch)
tree30914fa324d934bc9ff8db7230efaf630142d61a /apps/files/openapi.json
parent8aa294567ddc6c16fc672a6e2f82fe0538649aa9 (diff)
downloadnextcloud-server-f8ab422d81d9a331b5f60a7fc24f368088384d91.tar.gz
nextcloud-server-f8ab422d81d9a331b5f60a7fc24f368088384d91.zip
chore(deps): Update openapi-extractor
Signed-off-by: provokateurin <kate@provokateurin.de>
Diffstat (limited to 'apps/files/openapi.json')
-rw-r--r--apps/files/openapi.json44
1 files changed, 40 insertions, 4 deletions
diff --git a/apps/files/openapi.json b/apps/files/openapi.json
index b2ac9efe6c8..b7559ff58d5 100644
--- a/apps/files/openapi.json
+++ b/apps/files/openapi.json
@@ -1084,9 +1084,27 @@
"403": {
"description": "Creating template is not allowed",
"content": {
- "text/plain": {
+ "application/json": {
"schema": {
- "type": "string"
+ "type": "object",
+ "required": [
+ "ocs"
+ ],
+ "properties": {
+ "ocs": {
+ "type": "object",
+ "required": [
+ "meta",
+ "data"
+ ],
+ "properties": {
+ "meta": {
+ "$ref": "#/components/schemas/OCSMeta"
+ },
+ "data": {}
+ }
+ }
+ }
}
}
}
@@ -1192,9 +1210,27 @@
"403": {
"description": "Initializing the template directory is not allowed",
"content": {
- "text/plain": {
+ "application/json": {
"schema": {
- "type": "string"
+ "type": "object",
+ "required": [
+ "ocs"
+ ],
+ "properties": {
+ "ocs": {
+ "type": "object",
+ "required": [
+ "meta",
+ "data"
+ ],
+ "properties": {
+ "meta": {
+ "$ref": "#/components/schemas/OCSMeta"
+ },
+ "data": {}
+ }
+ }
+ }
}
}
}