mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
enh: update openapi.json
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
parent
1476a7216a
commit
b01e0c31fb
1 changed files with 45 additions and 1 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue