diff --git a/async-api/site/index.html b/async-api/site/index.html index 8c88d8e..4a436aa 100644 --- a/async-api/site/index.html +++ b/async-api/site/index.html @@ -12,24 +12,54 @@ -
Account Service 1.0.0

This service is in charge of processing user signups

-

Operations

  • SUB card/authorization

    Accepts the following message:

    UserSignedUp
    object

    Examples

Messages

  • #1CardOperationNotificationDto
    object
diff --git a/async-api/waas-async-api.yaml b/async-api/waas-async-api.yaml index b59cadd..b3b6450 100644 --- a/async-api/waas-async-api.yaml +++ b/async-api/waas-async-api.yaml @@ -4,7 +4,7 @@ info: version: 1.0.0 description: This service is in charge of processing user signups channels: - notifications/card/authorization: + card/authorization: publish: message: $ref: '#/components/messages/CardOperationNotificationDto'