You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
openapi: 3.1.0info:
title: Swagger Petstore - OpenAPI 3.1servers:
- url: https://petstore3.swagger.io/api/v3paths:
/pet/findByStatus:
get:
tags:
- petsummary: Finds Pets by statusdescription: Multiple status values can be provided with comma separated stringsoperationId: findPetsByStatusparameters:
- name: statusin: querydescription: Status values that need to be considered for filterrequired: falseexplode: trueschema:
type:
- "array"items:
type: "string"enum:
- available
- pending
- sold
Q&A (please complete the following information)
Content & configuration
Example Swagger/OpenAPI definition:
Describe the bug you're encountering
status
is a free text inputTo reproduce...
status
parameter as documented aboveExpected behavior
The text was updated successfully, but these errors were encountered: