aboutsummaryrefslogtreecommitdiffstats
path: root/core/openapi.json
diff options
context:
space:
mode:
authorMarcel Klehr <mklehr@gmx.net>2023-11-06 14:52:59 +0100
committerMarcel Klehr <mklehr@gmx.net>2023-11-06 14:52:59 +0100
commitb01e0c31fbf833035bc9e10d7344fcd67071906b (patch)
treea3b460b2b4accf58f81d0060b0e1f8597c5a1575 /core/openapi.json
parent1476a7216a6b753849f1aca944357d184fed8b73 (diff)
downloadnextcloud-server-b01e0c31fbf833035bc9e10d7344fcd67071906b.tar.gz
nextcloud-server-b01e0c31fbf833035bc9e10d7344fcd67071906b.zip
enh: update openapi.json
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Diffstat (limited to 'core/openapi.json')
-rw-r--r--core/openapi.json46
1 files changed, 45 insertions, 1 deletions
diff --git a/core/openapi.json b/core/openapi.json
index 7cb48b58f0a..29d5dedc48c 100644
--- a/core/openapi.json
+++ b/core/openapi.json
@@ -416,7 +416,8 @@
"appId",
"input",
"output",
- "identifier"
+ "identifier",
+ "completionExpectedAt"
],
"properties": {
"id": {
@@ -447,6 +448,11 @@
},
"identifier": {
"type": "string"
+ },
+ "completionExpectedAt": {
+ "type": "integer",
+ "format": "int64",
+ "nullable": true
}
}
},
@@ -4661,6 +4667,44 @@
}
}
},
+ "500": {
+ "description": "",
+ "content": {
+ "application/json": {
+ "schema": {
+ "type": "object",
+ "required": [
+ "ocs"
+ ],
+ "properties": {
+ "ocs": {
+ "type": "object",
+ "required": [
+ "meta",
+ "data"
+ ],
+ "properties": {
+ "meta": {
+ "$ref": "#/components/schemas/OCSMeta"
+ },
+ "data": {
+ "type": "object",
+ "required": [
+ "message"
+ ],
+ "properties": {
+ "message": {
+ "type": "string"
+ }
+ }
+ }
+ }
+ }
+ }
+ }
+ }
+ }
+ },
"400": {
"description": "Scheduling task is not possible",
"content": {