File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
alsdkdefs/apis/connectors Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff 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 ' :
You can’t perform that action at this time.
0 commit comments