ID of pet that needs to be updated
Updated name of the pet
Updated status of the pet
OK
Invalid input
curl -i -X POST \ 'https://petstore.swagger.io/v2/pet/{petId}' \ -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \ -H 'Content-Type: application/x-www-form-urlencoded' \ -d name=string \ -d status=string