We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47f89cb commit 217dfbbCopy full SHA for 217dfbb
src/openapi-fundamentals/v31/chapter-3-examples/design-first-example/design-first-example-openapi.yaml
@@ -23,6 +23,13 @@ paths:
23
tags:
24
- GET
25
- Read
26
+ parameters:
27
+ - name: petId
28
+ description: Unique and immutable identifier for a pet
29
+ in: path
30
+ required: true
31
+ schema:
32
+ type: string
33
responses:
34
"200":
35
description: List of pets provided at the Petstore
@@ -134,4 +141,4 @@ components:
134
141
description: API key as provided in Petstore portal
135
142
type: apiKey
136
143
in: header
137
- name: api-key
144
+ name: api-key
0 commit comments