Skip to content

Updates a pet in the store with form data

Request

Security
petstore_auth(Required scopes: write:petread:pet)
Path
petIdinteger, (int64)required

ID of pet that needs to be updated

Query
namestring

Name of pet that needs to be updated

statusstring

Status of pet that needs to be updated

curl -i -X POST \
  'https://innovario.apishowdown.com/_mock/catalog/api-showdown/api-hub/pet-store/openapi/pet/{petId}?name=string&status=string' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

Invalid input