From 7d2a1568e81a93a1ac204af3c12e6e4ef96d1317 Mon Sep 17 00:00:00 2001 From: Marcel Klehr Date: Mon, 13 Oct 2025 13:19:47 +0200 Subject: [PATCH] fix(TaskProcessing): Update openapi descriptions for user-facing error messages Signed-off-by: Marcel Klehr --- core/openapi-ex_app.json | 6 ++++++ core/openapi-full.json | 6 ++++++ openapi.json | 6 ++++++ 3 files changed, 18 insertions(+) diff --git a/core/openapi-ex_app.json b/core/openapi-ex_app.json index 2e346ca2316..ab5ea1526cd 100644 --- a/core/openapi-ex_app.json +++ b/core/openapi-ex_app.json @@ -960,6 +960,12 @@ "nullable": true, "default": null, "description": "An error message if the task failed" + }, + "userFacingErrorMessage": { + "type": "string", + "nullable": true, + "default": null, + "description": "An error message that will be shown to the user" } } } diff --git a/core/openapi-full.json b/core/openapi-full.json index a029ee84d9c..728bc7a9885 100644 --- a/core/openapi-full.json +++ b/core/openapi-full.json @@ -10865,6 +10865,12 @@ "nullable": true, "default": null, "description": "An error message if the task failed" + }, + "userFacingErrorMessage": { + "type": "string", + "nullable": true, + "default": null, + "description": "An error message that will be shown to the user" } } } diff --git a/openapi.json b/openapi.json index 8307e44dda7..139a36179f5 100644 --- a/openapi.json +++ b/openapi.json @@ -14381,6 +14381,12 @@ "nullable": true, "default": null, "description": "An error message if the task failed" + }, + "userFacingErrorMessage": { + "type": "string", + "nullable": true, + "default": null, + "description": "An error message that will be shown to the user" } } }