From e5ce55de38f8ff7c8426c5822b4ba91cbdd48da0 Mon Sep 17 00:00:00 2001 From: Antony_Hruschev Date: Tue, 10 Dec 2024 15:40:23 +0400 Subject: [PATCH] UXPROD-5001 refactoring. Changed logic for Kafka request topic listening --- src/main/resources/swagger.api/schemas/CirculationRequest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/swagger.api/schemas/CirculationRequest.yaml b/src/main/resources/swagger.api/schemas/CirculationRequest.yaml index ecbb7922..a26f8555 100644 --- a/src/main/resources/swagger.api/schemas/CirculationRequest.yaml +++ b/src/main/resources/swagger.api/schemas/CirculationRequest.yaml @@ -79,7 +79,7 @@ CirculationRequest: description: The ID of the Service Point where this request can be picked up type: string isDcbReRequestCancellation: - description: Flag to suppress sending cancellation notifications. If true, no notification will be sent when cancelling the request + description: Indicates whether the request was cancelled during a DCB transaction update type: boolean item: $ref: CirculationRequest.yaml#/item