Skip to content

Commit 9f850fa

Browse files
committed
chore: Update openapi specs
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
1 parent cae2d33 commit 9f850fa

4 files changed

Lines changed: 24 additions & 4 deletions

File tree

core/openapi-ex_app.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,8 @@
203203
"startedAt",
204204
"endedAt",
205205
"allowCleanup",
206-
"includeWatermark"
206+
"includeWatermark",
207+
"userFacingErrorMessage"
207208
],
208209
"properties": {
209210
"id": {
@@ -280,6 +281,10 @@
280281
},
281282
"includeWatermark": {
282283
"type": "boolean"
284+
},
285+
"userFacingErrorMessage": {
286+
"type": "string",
287+
"nullable": true
283288
}
284289
}
285290
},

core/openapi-full.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,8 @@
663663
"startedAt",
664664
"endedAt",
665665
"allowCleanup",
666-
"includeWatermark"
666+
"includeWatermark",
667+
"userFacingErrorMessage"
667668
],
668669
"properties": {
669670
"id": {
@@ -740,6 +741,10 @@
740741
},
741742
"includeWatermark": {
742743
"type": "boolean"
744+
},
745+
"userFacingErrorMessage": {
746+
"type": "string",
747+
"nullable": true
743748
}
744749
}
745750
},

core/openapi.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,8 @@
663663
"startedAt",
664664
"endedAt",
665665
"allowCleanup",
666-
"includeWatermark"
666+
"includeWatermark",
667+
"userFacingErrorMessage"
667668
],
668669
"properties": {
669670
"id": {
@@ -740,6 +741,10 @@
740741
},
741742
"includeWatermark": {
742743
"type": "boolean"
744+
},
745+
"userFacingErrorMessage": {
746+
"type": "string",
747+
"nullable": true
743748
}
744749
}
745750
},

openapi.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,8 @@
709709
"startedAt",
710710
"endedAt",
711711
"allowCleanup",
712-
"includeWatermark"
712+
"includeWatermark",
713+
"userFacingErrorMessage"
713714
],
714715
"properties": {
715716
"id": {
@@ -786,6 +787,10 @@
786787
},
787788
"includeWatermark": {
788789
"type": "boolean"
790+
},
791+
"userFacingErrorMessage": {
792+
"type": "string",
793+
"nullable": true
789794
}
790795
}
791796
},

0 commit comments

Comments
 (0)