Skip to content

Commit

Permalink
Definitions Update connectors
Browse files Browse the repository at this point in the history
  • Loading branch information
cibot committed Mar 28, 2024
1 parent 599effd commit 5c52f62
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion alsdkdefs/apis/connectors/connectors.v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,15 @@ paths:
type: string
description: Notification id
- $ref: '#/components/schemas/ActualRequest'
description: Returns either request result (if `sync` query parameter is equal to `true`) or `message_id` of enqueued notification
- type: object
description: Response for async request that fell back to sync send
properties:
notification_id:
type: string
description: Notifications id
send_result:
$ref: '#/components/schemas/ActualRequest'
description: Returns either request result (if `sync` query parameter is equal to `true`) or `notification_id` of enqueued notification
'403':
description: Forbidden
'404':
Expand Down

0 comments on commit 5c52f62

Please sign in to comment.