From 1182b6d4f05a58024c6cfdccfe0042d48bf12e68 Mon Sep 17 00:00:00 2001 From: Marcel Klehr Date: Mon, 12 Jan 2026 13:37:44 +0100 Subject: [PATCH] chore: Update openapi specs Signed-off-by: Marcel Klehr --- core/openapi-ex_app.json | 7 ++++++- core/openapi-full.json | 7 ++++++- core/openapi.json | 7 ++++++- openapi.json | 7 ++++++- 4 files changed, 24 insertions(+), 4 deletions(-) diff --git a/core/openapi-ex_app.json b/core/openapi-ex_app.json index f2dcf97cf34..5fbc10f465b 100644 --- a/core/openapi-ex_app.json +++ b/core/openapi-ex_app.json @@ -203,7 +203,8 @@ "startedAt", "endedAt", "allowCleanup", - "includeWatermark" + "includeWatermark", + "userFacingErrorMessage" ], "properties": { "id": { @@ -280,6 +281,10 @@ }, "includeWatermark": { "type": "boolean" + }, + "userFacingErrorMessage": { + "type": "string", + "nullable": true } } }, diff --git a/core/openapi-full.json b/core/openapi-full.json index b5bf508a701..ae829249c31 100644 --- a/core/openapi-full.json +++ b/core/openapi-full.json @@ -663,7 +663,8 @@ "startedAt", "endedAt", "allowCleanup", - "includeWatermark" + "includeWatermark", + "userFacingErrorMessage" ], "properties": { "id": { @@ -740,6 +741,10 @@ }, "includeWatermark": { "type": "boolean" + }, + "userFacingErrorMessage": { + "type": "string", + "nullable": true } } }, diff --git a/core/openapi.json b/core/openapi.json index 19c0d9eb43b..9c03e43bcfd 100644 --- a/core/openapi.json +++ b/core/openapi.json @@ -663,7 +663,8 @@ "startedAt", "endedAt", "allowCleanup", - "includeWatermark" + "includeWatermark", + "userFacingErrorMessage" ], "properties": { "id": { @@ -740,6 +741,10 @@ }, "includeWatermark": { "type": "boolean" + }, + "userFacingErrorMessage": { + "type": "string", + "nullable": true } } }, diff --git a/openapi.json b/openapi.json index 5549bebf1f7..fc220c51fb4 100644 --- a/openapi.json +++ b/openapi.json @@ -709,7 +709,8 @@ "startedAt", "endedAt", "allowCleanup", - "includeWatermark" + "includeWatermark", + "userFacingErrorMessage" ], "properties": { "id": { @@ -786,6 +787,10 @@ }, "includeWatermark": { "type": "boolean" + }, + "userFacingErrorMessage": { + "type": "string", + "nullable": true } } },