Post
/pet/{petId}
Security
OAuth
FlowImplicit
Authorization URLhttps://petstore.swagger.io/oauth/authorize
Scopes:
read:petsread your pets
write:petsmodify pets in your account
Path parameters
petId
integer (int64) Required
ID of pet that needs to be updated
Body parameters
object
name
string
Updated name of the pet
status
string
Updated status of the pet
Responses
405
Invalid input