We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee34229 commit f881818Copy full SHA for f881818
1 file changed
openapi.yaml
@@ -3461,6 +3461,11 @@ components:
3461
description: Identifier of the current session. Used to make follow-up calls.
3462
example: ses_abcDEF123
3463
nullable: false
3464
+ status:
3465
+ type: string
3466
+ enum:
3467
+ - success
3468
+ description: Status of the execution. Currently only supports success.
3469
- title: FailedExecution
3470
type: object
3471
required: [data, errors]
0 commit comments