Skip to content

Commit c3f58db

Browse files
SP-15753 - change transactionId type
1 parent f7f6f46 commit c3f58db

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
@@ -51,7 +51,7 @@ paths:
5151
- in: path
5252
name: transactionId
5353
schema:
54-
type: integer
54+
type: string
5555
format: uuid
5656
required: true
5757
description: Transaction id
@@ -76,7 +76,7 @@ paths:
7676
- in: path
7777
name: transactionId
7878
schema:
79-
type: integer
79+
type: string
8080
format: uuid
8181
required: true
8282
description: Transaction id
@@ -132,7 +132,7 @@ paths:
132132
- in: path
133133
name: transactionId
134134
schema:
135-
type: integer
135+
type: string
136136
format: uuid
137137
required: true
138138
description: Transaction id
@@ -161,7 +161,7 @@ paths:
161161
- in: path
162162
name: tagId
163163
schema:
164-
type: integer
164+
type: string
165165
format: uuid
166166
required: true
167167
description: Tag id
@@ -218,7 +218,7 @@ components:
218218
type: object
219219
properties:
220220
id:
221-
type: integer
221+
type: string
222222
format: uuid
223223
description: "Transaction id"
224224
state:
@@ -232,7 +232,7 @@ components:
232232
type: object
233233
properties:
234234
transactionId:
235-
type: integer
235+
type: string
236236
format: uuid
237237
tag:
238238
type: string

0 commit comments

Comments
 (0)