Skip to content

Commit 5426d7e

Browse files
Change petId type from integer to string
1 parent 6ea0a97 commit 5426d7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

multi-file/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ paths:
2323
in: path
2424
required: true
2525
schema:
26-
type: integer
26+
type: string
2727
responses:
2828
"200":
2929
description: A single pet

0 commit comments

Comments
 (0)