Skip to content

Commit a074d4f

Browse files
Change petId parameter location from path to query
1 parent 6ea0a97 commit a074d4f

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
@@ -20,7 +20,7 @@ paths:
2020
summary: Get a pet by ID
2121
parameters:
2222
- name: petId
23-
in: path
23+
in: query
2424
required: true
2525
schema:
2626
type: integer

0 commit comments

Comments
 (0)