Skip to content

Commit 853c9c9

Browse files
Merge pull request #72 from regulaforensics/SP-11981/Change_transactionId_type
SP-11981: Change transactionId type
2 parents bfbda7c + c1f225d commit 853c9c9

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)