From 243f3abaaed766bac8a3af0b4a19f7937c61f923 Mon Sep 17 00:00:00 2001 From: "Vyacheslav N. Boyko" Date: Fri, 8 Apr 2022 11:50:34 +0300 Subject: [PATCH] working example --- async-api/site/index.html | 50 ++++++++++++++++++++++++++++------- async-api/waas-async-api.yaml | 2 +- 2 files changed, 41 insertions(+), 11 deletions(-) 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'