Skip to content

Pull requests: swagger-api/swagger-petstore

Author
Filter by author
Label
Filter by label
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Milestones
Filter by milestone
Reviews
Assignee
Filter by who’s assigned
Sort

Pull requests list

Buildtoacr 01082024
#114 opened Jan 9, 2024 by hartou Loading…
Remove unused Customer entity
#104 opened Jul 18, 2023 by possibilities Loading…
openapi.yaml: use api-key for header name
#98 opened Apr 1, 2023 by perrinjerome Loading…
fix: quote strings to ensure valid JSON
#95 opened Feb 10, 2023 by ColinEberhardt Loading…
README.md: change http to https
#85 opened Aug 12, 2022 by deining Loading…
feature branch change
#82 opened Jan 28, 2022 by codekeke Loading…
Create SECURITY.md
#72 opened Oct 1, 2021 by ponelat Loading…
Unnecessary parameter removed
#70 opened Sep 29, 2021 by gifflet Loading…
Update openapi.yaml
#63 opened Apr 2, 2021 by materurbium Loading…
Added a CI workflow to use GitHub actions to build.
#62 opened Mar 31, 2021 by carldea Loading…
Don't use GET for log in or out
#58 opened Feb 23, 2021 by nrktkt Loading…
Return 400 instead of 405 for invalid input
#56 opened Feb 23, 2021 by nrktkt Loading…
Use plural resources in path where applicable
#55 opened Feb 23, 2021 by nrktkt Loading…
Add auth to user routes
#54 opened Feb 23, 2021 by nrktkt Loading…
Replace category and tag objects with simple string
#53 opened Feb 23, 2021 by nrktkt Loading…
Combine findPetsBy(Status/Tag) into general GET /pets
#52 opened Feb 23, 2021 by nrktkt Loading…
updatePetWithForm using patch
#51 opened Feb 23, 2021 by nrktkt Loading…
Update pet at the path for that specific pet
#50 opened Feb 23, 2021 by nrktkt Loading…
Spec path parameters at path level
#49 opened Feb 23, 2021 by nrktkt Loading…
ProTip! Exclude everything labeled bug with -label:bug.