chore: Update openapi specs
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
+6
-1
@@ -663,7 +663,8 @@
|
||||
"startedAt",
|
||||
"endedAt",
|
||||
"allowCleanup",
|
||||
"includeWatermark"
|
||||
"includeWatermark",
|
||||
"userFacingErrorMessage"
|
||||
],
|
||||
"properties": {
|
||||
"id": {
|
||||
@@ -740,6 +741,10 @@
|
||||
},
|
||||
"includeWatermark": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"userFacingErrorMessage": {
|
||||
"type": "string",
|
||||
"nullable": true
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
+6
-1
@@ -709,7 +709,8 @@
|
||||
"startedAt",
|
||||
"endedAt",
|
||||
"allowCleanup",
|
||||
"includeWatermark"
|
||||
"includeWatermark",
|
||||
"userFacingErrorMessage"
|
||||
],
|
||||
"properties": {
|
||||
"id": {
|
||||
@@ -786,6 +787,10 @@
|
||||
},
|
||||
"includeWatermark": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"userFacingErrorMessage": {
|
||||
"type": "string",
|
||||
"nullable": true
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user