Skip to content

Commit 5c52f62

Browse files
author
cibot
committed
Definitions Update connectors
1 parent 599effd commit 5c52f62

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

alsdkdefs/apis/connectors/connectors.v1.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,15 @@ paths:
214214
type: string
215215
description: Notification id
216216
- $ref: '#/components/schemas/ActualRequest'
217-
description: Returns either request result (if `sync` query parameter is equal to `true`) or `message_id` of enqueued notification
217+
- type: object
218+
description: Response for async request that fell back to sync send
219+
properties:
220+
notification_id:
221+
type: string
222+
description: Notifications id
223+
send_result:
224+
$ref: '#/components/schemas/ActualRequest'
225+
description: Returns either request result (if `sync` query parameter is equal to `true`) or `notification_id` of enqueued notification
218226
'403':
219227
description: Forbidden
220228
'404':

0 commit comments

Comments
 (0)