Skip to content

Changelog

What changed in each published version of this API. Breaking changes are marked Breaking.

  • Changed POST /pet — addPet
  • Changed PUT /pet — updatePet
  • Changed GET /pet/findByStatus — findPetsByStatus
  • Changed GET /pet/findByTags — findPetsByTags
  • Changed DELETE /pet/{petId} — deletePet
  • Changed GET /pet/{petId} — getPetById
  • Changed POST /pet/{petId} — updatePetWithForm
  • Changed POST /pet/{petId}/uploadImage — uploadFile
  • Changed GET /store/inventory — getInventory
  • Changed POST /store/order — placeOrder
  • Changed DELETE /store/order/{orderId} — deleteOrder
  • Changed GET /store/order/{orderId} — getOrderById
  • Changed POST /user — createUser
  • Changed POST /user/createWithList — createUsersWithListInput
  • Changed GET /user/login — loginUser
  • Changed GET /user/logout — logoutUser
  • Changed DELETE /user/{username} — deleteUser
  • Changed GET /user/{username} — getUserByName
  • Changed PUT /user/{username} — updateUser

No operation changes in this release.

No operation changes in this release.

No operation changes in this release.

No operation changes in this release.

f90b598d 2026-07-11 Breaking

Section titled “f90b598d 2026-07-11 ”
  • Added POST /pet — addPet
  • Added PUT /pet — updatePet
  • Added GET /pet/findByStatus — findPetsByStatus
  • Added GET /pet/findByTags — findPetsByTags
  • Added DELETE /pet/{petId} — deletePet
  • Added GET /pet/{petId} — getPetById
  • Added POST /pet/{petId} — updatePetWithForm
  • Added POST /pet/{petId}/uploadImage — uploadFile
  • Added GET /store/inventory — getInventory
  • Added POST /store/order — placeOrder
  • Added DELETE /store/order/{orderId} — deleteOrder
  • Added GET /store/order/{orderId} — getOrderById
  • Added POST /user — createUser
  • Added POST /user/createWithList — createUsersWithListInput
  • Added GET /user/login — loginUser
  • Added GET /user/logout — logoutUser
  • Added DELETE /user/{username} — deleteUser
  • Added GET /user/{username} — getUserByName
  • Added PUT /user/{username} — updateUser
  • Removed POST /pets — createPet
  • Removed GET /health — healthCheck
  • Removed GET /pets — listPets
  • Removed GET /pets/{} — getPet

No operation changes in this release.

No operation changes in this release.

No operation changes in this release.

No operation changes in this release.

  • Added POST /pets — createPet
  • Added GET /pets/{petId} — getPet

1c49d160 2026-06-14 Breaking

Section titled “1c49d160 2026-06-14 ”
  • Removed GET /pets/{} — getPet
  • Removed POST /pets — createPet

e43092ad 2026-06-13 Breaking

Section titled “e43092ad 2026-06-13 ”
  • Removed POST /pets/{}/adopt — adoptPet
  • Removed DELETE /pets/{} — deletePet
  • Added POST /pets/{petId}/adopt — adoptPet
  • Changed GET /health — healthCheck
  • Changed GET /pets — listPets
  • Changed POST /pets — createPet
  • Changed DELETE /pets/{petId} — deletePet
  • Changed GET /pets/{petId} — getPet
  • Added GET /health — healthCheck
  • Changed GET /pets/{petId} — getPet
  • Added DELETE /pets/{petId} — deletePet
  • Added GET /pets — listPets
  • Added POST /pets — createPet
  • Added GET /pets/{petId} — getPet
Suggest an edit to this page