Updates a pet in the store with form data
Path Parameters
- petId int64 required
ID of pet that needs to be updated
- application/x-www-form-urlencoded
Request Body
- name string
Updated name of the pet
- status string
Updated status of the pet
Responses
- 405
Invalid input
Loading...