From 5c52f62dd2bc93fb79f7c05f5329669b29302b87 Mon Sep 17 00:00:00 2001 From: cibot Date: Thu, 28 Mar 2024 12:04:30 +0000 Subject: [PATCH] Definitions Update connectors --- alsdkdefs/apis/connectors/connectors.v1.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/alsdkdefs/apis/connectors/connectors.v1.yaml b/alsdkdefs/apis/connectors/connectors.v1.yaml index 944f4c2..90436d2 100644 --- a/alsdkdefs/apis/connectors/connectors.v1.yaml +++ b/alsdkdefs/apis/connectors/connectors.v1.yaml @@ -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':