Skip to content

Commit 586b189

Browse files
committed
fix(sdk): add missing status #490
1 parent d53a1c2 commit 586b189

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/apis/openapi.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1000,6 +1000,10 @@ components:
10001000
additionalProperties:
10011001
type: string
10021002
example: { "source": "crm" }
1003+
status:
1004+
type: string
1005+
enum: [success, failed]
1006+
example: "success"
10031007
data:
10041008
type: object
10051009
description: Freeform JSON data of the event.

0 commit comments

Comments
 (0)