POST
/pet/{petId}operationId:
updatePetWithFormUpdates a pet in the store with form data.
Updates a pet resource based on the form data.
🔒petstore_auth
Parameters
Path Parameters
| petId | integer (int64) | required | ID of pet that needs to be updated |
Query Parameters
| name | string | optional | Name of pet that needs to be updated |
| status | string | optional | Status of pet that needs to be updated |
Responses
▼200 OK — successful operation
▼400 Bad Request — Invalid input
▼default — Unexpected error