Path parameters
-
ID of pet that needs to be updated
POST /pet/{petId}
curl \
-X POST /v3/pet/{petId} \
-H "Authorization: Bearer $ACCESS_TOKEN"
ID of pet that needs to be updated
curl \
-X POST /v3/pet/{petId} \
-H "Authorization: Bearer $ACCESS_TOKEN"