/pet/{petId}| Name | Location | Type | Required | Description |
|---|---|---|---|---|
| petId | path | integer(int64) | required | ID of pet that needs to be updated |
| name | formData | string | optional | Updated name of the pet |
| status | formData | string | optional | Updated status of the pet |
curl -X POST "https://petstore.swagger.io/v2/pet/{petId}"