From c1f225dd61647f177b0921227be77313c0b9c325 Mon Sep 17 00:00:00 2001 From: Alexander Date: Mon, 16 Oct 2023 11:17:15 +0300 Subject: [PATCH] SP-11981: Change transactionId type --- common.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common.yml b/common.yml index 12566ac..bc244a0 100755 --- a/common.yml +++ b/common.yml @@ -30,7 +30,8 @@ components: required: true description: "ID of the current liveness transaction." schema: - type: integer + type: string + format: uuid responses: BadLicense: