Updates a pet in the store with form data
POST/v3/pet/:petId
Request
Path Parameters
petId int64required
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
Authorization: oauth2
name: petstore_authtype: oauth2scopes:write:pets,read:pets
flows: { "implicit": { "authorizationUrl": "https://petstore.swagger.io/oauth/authorize", "scopes": { "write:pets": "modify pets in your account", "read:pets": "read your pets" } } }
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L -X POST '/v3/pet/:petId' \
-H 'Authorization: Bearer <TOKEN>'
ResponseClear