File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1010 - in : path
1111 name : transactionId
1212 schema :
13- type : integer
13+ type : string
1414 format : uuid
1515 required : true
1616 description : Transaction id
4141 - in : path
4242 name : transactionId
4343 schema :
44- type : integer
44+ type : string
4545 format : uuid
4646 required : true
4747 description : Transaction id
6666 - in : path
6767 name : transactionId
6868 schema :
69- type : integer
69+ type : string
7070 format : uuid
7171 required : true
7272 description : Transaction id
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
You can’t perform that action at this time.
0 commit comments