From fd6ff5ac1d818e4b0e6bfead149c313cd01a4c02 Mon Sep 17 00:00:00 2001 From: Dalia Cervantes Date: Thu, 7 Nov 2024 11:35:07 -0600 Subject: [PATCH] Add to openapi --- schema/private.openapi.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/schema/private.openapi.yaml b/schema/private.openapi.yaml index 49399e14..6700beae 100644 --- a/schema/private.openapi.yaml +++ b/schema/private.openapi.yaml @@ -248,6 +248,10 @@ components: type: integer example: 201 description: status code of the request + message: + type: string + example: "Unexpected error during processing" + description: Error Message id: $ref: './public.openapi.yaml#/components/schemas/RunId' required: