It seems the petstore server does not make any changes for pet at all.
Steps to reproduce the issue:
- create a pet and use
getPetById to get the current pet data (e.g. via Swagger UI with pet id: 1429180158721)
- use
updatePetWithForm or updatePet to update the pet's name and status to new values
- use
getPetById to get the data again, which is not updated
It's better to make it work so that add test cases for them in codegen (the current test cases in petstore java then can be changed to reflect the actual changes).
It seems the petstore server does not make any changes for pet at all.
Steps to reproduce the issue:
getPetByIdto get the current pet data (e.g. via Swagger UI with pet id: 1429180158721)updatePetWithFormorupdatePetto update the pet's name and status to new valuesgetPetByIdto get the data again, which is not updatedIt's better to make it work so that add test cases for them in codegen (the current test cases in petstore java then can be changed to reflect the actual changes).