diff --git a/src/main/resources/openapi.yaml b/src/main/resources/openapi.yaml index 1882eca9..1aa56f40 100644 --- a/src/main/resources/openapi.yaml +++ b/src/main/resources/openapi.yaml @@ -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 @@ -170,7 +170,7 @@ paths: - name: tags in: query description: Tags to filter by - required: false + required: true explode: true schema: type: array @@ -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: @@ -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: @@ -836,4 +836,4 @@ components: api_key: type: apiKey name: api_key - in: header \ No newline at end of file + in: header