mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
chore: update openapi.json
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
parent
928d04fbbd
commit
9effb55989
1 changed files with 4 additions and 0 deletions
|
|
@ -490,6 +490,7 @@
|
|||
"type": "object",
|
||||
"required": [
|
||||
"id",
|
||||
"type",
|
||||
"status",
|
||||
"userId",
|
||||
"appId",
|
||||
|
|
@ -505,6 +506,9 @@
|
|||
"format": "int64",
|
||||
"nullable": true
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"status": {
|
||||
"type": "integer",
|
||||
"format": "int64",
|
||||
|
|
|
|||
Loading…
Reference in a new issue