We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6c304d2 + f881818 commit 9c33329Copy full SHA for 9c33329
1 file changed
openapi.yaml
@@ -3578,6 +3578,11 @@ components:
3578
description: Identifier of the current session. Used to make follow-up calls.
3579
example: ses_abcDEF123
3580
nullable: false
3581
+ status:
3582
+ type: string
3583
+ enum:
3584
+ - success
3585
+ description: Status of the execution. Currently only supports success.
3586
- title: FailedExecution
3587
type: object
3588
required: [data, errors]
0 commit comments