chore: Update openapi specs

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
Marcel Klehr 2026-01-12 13:37:44 +01:00
parent a45978789b
commit 1182b6d4f0
4 changed files with 24 additions and 4 deletions

View file

@ -203,7 +203,8 @@
"startedAt",
"endedAt",
"allowCleanup",
"includeWatermark"
"includeWatermark",
"userFacingErrorMessage"
],
"properties": {
"id": {
@ -280,6 +281,10 @@
},
"includeWatermark": {
"type": "boolean"
},
"userFacingErrorMessage": {
"type": "string",
"nullable": true
}
}
},

View file

@ -663,7 +663,8 @@
"startedAt",
"endedAt",
"allowCleanup",
"includeWatermark"
"includeWatermark",
"userFacingErrorMessage"
],
"properties": {
"id": {
@ -740,6 +741,10 @@
},
"includeWatermark": {
"type": "boolean"
},
"userFacingErrorMessage": {
"type": "string",
"nullable": true
}
}
},

View file

@ -663,7 +663,8 @@
"startedAt",
"endedAt",
"allowCleanup",
"includeWatermark"
"includeWatermark",
"userFacingErrorMessage"
],
"properties": {
"id": {
@ -740,6 +741,10 @@
},
"includeWatermark": {
"type": "boolean"
},
"userFacingErrorMessage": {
"type": "string",
"nullable": true
}
}
},

View file

@ -709,7 +709,8 @@
"startedAt",
"endedAt",
"allowCleanup",
"includeWatermark"
"includeWatermark",
"userFacingErrorMessage"
],
"properties": {
"id": {
@ -786,6 +787,10 @@
},
"includeWatermark": {
"type": "boolean"
},
"userFacingErrorMessage": {
"type": "string",
"nullable": true
}
}
},