Skip to content

Commit f881818

Browse files
committed
Add execution status
1 parent ee34229 commit f881818

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

openapi.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3461,6 +3461,11 @@ components:
34613461
description: Identifier of the current session. Used to make follow-up calls.
34623462
example: ses_abcDEF123
34633463
nullable: false
3464+
status:
3465+
type: string
3466+
enum:
3467+
- success
3468+
description: Status of the execution. Currently only supports success.
34643469
- title: FailedExecution
34653470
type: object
34663471
required: [data, errors]

0 commit comments

Comments
 (0)