Path parameters

  • petId integer(int64) Required

    ID of pet that needs to be updated

Query parameters

  • name string

    Name of pet that needs to be updated

  • status string

    Status of pet that needs to be updated

Responses

POST /pet/{petId}
curl \
 -X POST /v3/pet/{petId} \
 -H "Authorization: Bearer $ACCESS_TOKEN"