From f8818182e0f43b6a6190e076a0f0bbbab991998a Mon Sep 17 00:00:00 2001 From: Justin Driemeyer Date: Tue, 20 May 2025 22:02:22 -0700 Subject: [PATCH] Add execution status --- openapi.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/openapi.yaml b/openapi.yaml index 7d5f73e..4b99783 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -3461,6 +3461,11 @@ components: description: Identifier of the current session. Used to make follow-up calls. example: ses_abcDEF123 nullable: false + status: + type: string + enum: + - success + description: Status of the execution. Currently only supports success. - title: FailedExecution type: object required: [data, errors]