Skip to content

petstore server does not update pet data for updatePetWithForm #656

@xhh

Description

@xhh

It seems the petstore server does not make any changes for pet at all.

Steps to reproduce the issue:

  1. create a pet and use getPetById to get the current pet data (e.g. via Swagger UI with pet id: 1429180158721)
  2. use updatePetWithForm or updatePet to update the pet's name and status to new values
  3. 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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions