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]