Updates a pet in the store with form data

POST /pet/{petId}

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

  • 405

    Invalid input

POST /pet/{petId}
curl \
 --request POST '/api/v3/pet/{petId}' \
 --header "Authorization: Bearer $ACCESS_TOKEN"