Skip to content

Commit 2ca57cf

Browse files
author
hirsch88
committed
🐛 Fix path variables
1 parent dfed822 commit 2ca57cf

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

src/api/swagger.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@
133133
"description": "ID of user to return",
134134
"required": true,
135135
"schema": {
136-
"type": "integer",
137-
"format": "int64"
136+
"type": "string",
137+
"format": "uuid"
138138
}
139139
}
140140
],
@@ -181,8 +181,8 @@
181181
"description": "ID of user to update",
182182
"required": true,
183183
"schema": {
184-
"type": "integer",
185-
"format": "int64"
184+
"type": "string",
185+
"format": "uuid"
186186
}
187187
}
188188
],
@@ -232,8 +232,8 @@
232232
"description": "ID of user to delete",
233233
"required": true,
234234
"schema": {
235-
"type": "integer",
236-
"format": "int64"
235+
"type": "string",
236+
"format": "uuid"
237237
}
238238
}
239239
],
@@ -367,8 +367,8 @@
367367
"description": "ID of pet to return",
368368
"required": true,
369369
"schema": {
370-
"type": "integer",
371-
"format": "int64"
370+
"type": "string",
371+
"format": "uuid"
372372
}
373373
}
374374
],
@@ -415,8 +415,8 @@
415415
"description": "ID of pet to update",
416416
"required": true,
417417
"schema": {
418-
"type": "integer",
419-
"format": "int64"
418+
"type": "string",
419+
"format": "uuid"
420420
}
421421
}
422422
],
@@ -474,8 +474,8 @@
474474
"description": "ID of pet to delete",
475475
"required": true,
476476
"schema": {
477-
"type": "integer",
478-
"format": "int64"
477+
"type": "string",
478+
"format": "uuid"
479479
}
480480
}
481481
],

0 commit comments

Comments
 (0)