Skip to content

Commit cd3fa35

Browse files
committed
Merge branch 'missing_status' into chore/openapi-add-gcppubsub
2 parents 1dacfec + 586b189 commit cd3fa35

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
@@ -1111,6 +1111,10 @@ components:
11111111
additionalProperties:
11121112
type: string
11131113
example: { "source": "crm" }
1114+
status:
1115+
type: string
1116+
enum: [success, failed]
1117+
example: "success"
11141118
data:
11151119
type: object
11161120
description: Freeform JSON data of the event.

0 commit comments

Comments
 (0)