Updates a pet in the store with form data

SecurityOAuth2: petstore_auth
Request
path Parameters
petId
required
integer <int64>

ID of pet that needs to be updated

Request Body schema: application/x-www-form-urlencoded
name
string

Updated name of the pet

status
string

Updated status of the pet

post
/pet/{petId}
Request samples
application/x-www-form-urlencoded
name=string&status=string
Responses

405

Invalid input