mirror of
https://github.com/nextcloud/server.git
synced 2026-02-03 20:41:22 -05:00
chore: Update openapi specs
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
parent
a45978789b
commit
1182b6d4f0
4 changed files with 24 additions and 4 deletions
|
|
@ -203,7 +203,8 @@
|
|||
"startedAt",
|
||||
"endedAt",
|
||||
"allowCleanup",
|
||||
"includeWatermark"
|
||||
"includeWatermark",
|
||||
"userFacingErrorMessage"
|
||||
],
|
||||
"properties": {
|
||||
"id": {
|
||||
|
|
@ -280,6 +281,10 @@
|
|||
},
|
||||
"includeWatermark": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"userFacingErrorMessage": {
|
||||
"type": "string",
|
||||
"nullable": true
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -663,7 +663,8 @@
|
|||
"startedAt",
|
||||
"endedAt",
|
||||
"allowCleanup",
|
||||
"includeWatermark"
|
||||
"includeWatermark",
|
||||
"userFacingErrorMessage"
|
||||
],
|
||||
"properties": {
|
||||
"id": {
|
||||
|
|
@ -740,6 +741,10 @@
|
|||
},
|
||||
"includeWatermark": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"userFacingErrorMessage": {
|
||||
"type": "string",
|
||||
"nullable": true
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -663,7 +663,8 @@
|
|||
"startedAt",
|
||||
"endedAt",
|
||||
"allowCleanup",
|
||||
"includeWatermark"
|
||||
"includeWatermark",
|
||||
"userFacingErrorMessage"
|
||||
],
|
||||
"properties": {
|
||||
"id": {
|
||||
|
|
@ -740,6 +741,10 @@
|
|||
},
|
||||
"includeWatermark": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"userFacingErrorMessage": {
|
||||
"type": "string",
|
||||
"nullable": true
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -709,7 +709,8 @@
|
|||
"startedAt",
|
||||
"endedAt",
|
||||
"allowCleanup",
|
||||
"includeWatermark"
|
||||
"includeWatermark",
|
||||
"userFacingErrorMessage"
|
||||
],
|
||||
"properties": {
|
||||
"id": {
|
||||
|
|
@ -786,6 +787,10 @@
|
|||
},
|
||||
"includeWatermark": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"userFacingErrorMessage": {
|
||||
"type": "string",
|
||||
"nullable": true
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue