Skip to content

Commit d37e6af

Browse files
SP-18211 - update schemas
1 parent 31a7e2d commit d37e6af

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

p-transaction.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ paths:
1010
- in: path
1111
name: transactionId
1212
schema:
13-
type: integer
13+
type: string
1414
format: uuid
1515
required: true
1616
description: Transaction id
@@ -41,7 +41,7 @@ paths:
4141
- in: path
4242
name: transactionId
4343
schema:
44-
type: integer
44+
type: string
4545
format: uuid
4646
required: true
4747
description: Transaction id
@@ -66,7 +66,7 @@ paths:
6666
- in: path
6767
name: transactionId
6868
schema:
69-
type: integer
69+
type: string
7070
format: uuid
7171
required: true
7272
description: Transaction id
@@ -99,7 +99,7 @@ paths:
9999
- in: path
100100
name: transactionId
101101
schema:
102-
type: integer
102+
type: string
103103
format: uuid
104104
required: true
105105
description: Transaction id
@@ -129,7 +129,7 @@ paths:
129129
- in: path
130130
name: tagId
131131
schema:
132-
type: integer
132+
type: string
133133
format: uuid
134134
required: true
135135
description: Tag id
@@ -190,7 +190,7 @@ components:
190190
type: object
191191
properties:
192192
id:
193-
type: integer
193+
type: string
194194
format: uuid
195195
description: "Transaction id"
196196
state:
@@ -231,7 +231,7 @@ components:
231231
type: object
232232
properties:
233233
transactionId:
234-
type: integer
234+
type: string
235235
format: uuid
236236
tag:
237237
type: string

0 commit comments

Comments
 (0)