Skip to content

Commit c1f225d

Browse files
SP-11981: Change transactionId type
1 parent bfbda7c commit c1f225d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

common.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ components:
3030
required: true
3131
description: "ID of the current liveness transaction."
3232
schema:
33-
type: integer
33+
type: string
34+
format: uuid
3435

3536
responses:
3637
BadLicense:

0 commit comments

Comments
 (0)