Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions src/main/resources/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ paths:
- name: status
in: query
description: Status values that need to be considered for filter
required: false
required: true
explode: true
schema:
type: string
Expand Down Expand Up @@ -170,7 +170,7 @@ paths:
- name: tags
in: query
description: Tags to filter by
required: false
required: true
explode: true
schema:
type: array
Expand Down Expand Up @@ -267,7 +267,7 @@ paths:
$ref: '#/components/schemas/Pet'
application/xml:
schema:
$ref: '#/components/schemas/Pet'
$ref: '#/components/schemas/Pet'
'400':
description: Invalid input
default:
Expand Down Expand Up @@ -490,7 +490,7 @@ paths:
$ref: '#/components/schemas/User'
application/xml:
schema:
$ref: '#/components/schemas/User'
$ref: '#/components/schemas/User'
default:
description: Unexpected error
/user/createWithList:
Expand Down Expand Up @@ -836,4 +836,4 @@ components:
api_key:
type: apiKey
name: api_key
in: header
in: header
Loading