diff --git a/api-spec/messagingapi_events_send_by_id.yaml b/api-spec/messagingapi_events_send_by_id.yaml index f358f03..50b2059 100644 --- a/api-spec/messagingapi_events_send_by_id.yaml +++ b/api-spec/messagingapi_events_send_by_id.yaml @@ -21,7 +21,7 @@ get: # get_messaging_v1_events_send_by_id $ref: './schemas/apitypes.yaml#/SendStatus' '404': description: No send events buffered for the given request id. - '4XX': + '400': description: Bad request. '5XX': description: Unexpected error. diff --git a/api-spec/messagingapi_subscriptions.yaml b/api-spec/messagingapi_subscriptions.yaml index 496f986..490feff 100644 --- a/api-spec/messagingapi_subscriptions.yaml +++ b/api-spec/messagingapi_subscriptions.yaml @@ -1,7 +1,7 @@ # /messaging/v1/subscriptions: post: # post_messaging_v1_subscriptions summary: Subscribe the messaging client to an array of content topics - description: Subscribe the messaging client to an array of Content topics. + description: Subscribe the messaging client to an array of content topics. operationId: postMessagingSubscriptions tags: - messaging @@ -26,7 +26,7 @@ post: # post_messaging_v1_subscriptions delete: # delete_messaging_v1_subscriptions summary: Unsubscribe the messaging client from an array of content topics - description: Unsubscribe the messaging client from an array of Content topics. + description: Unsubscribe the messaging client from an array of content topics. operationId: deleteMessagingSubscriptions tags: - messaging diff --git a/api-spec/schemas/apitypes.yaml b/api-spec/schemas/apitypes.yaml index e1857b5..c280c9a 100644 --- a/api-spec/schemas/apitypes.yaml +++ b/api-spec/schemas/apitypes.yaml @@ -346,7 +346,7 @@ MessagingSendResponse: properties: requestId: type: string - description: Correlates the send with its MessageSent / MessageError events. + description: Correlates the send with subsequent send events (sent/propagated/error). required: - requestId