From 7ab9055a1f43f9d031a7a4c9fe441dbf69e1047d Mon Sep 17 00:00:00 2001 From: Antony_Hruschev Date: Tue, 10 Dec 2024 15:30:39 +0400 Subject: [PATCH] UXPROD-5001 upd property description --- ramls/request.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ramls/request.json b/ramls/request.json index c0f63aa758..e7f2fcf3f9 100644 --- a/ramls/request.json +++ b/ramls/request.json @@ -439,7 +439,7 @@ "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" } },