Updates a pet in the store with form data
POST
/pet/{petId}Request
Path Params
petId
integer
required
ID of pet that needs to be updated
Query Params
name
string
optional
Name of pet that needs to be updated
status
string
optional
Status of pet that needs to be updated
Request samples
Responses
Invalid input(405)
HTTP Code: 405
Content Type : JSONapplication/json
Data Schema
object {0}
Example
{}
Last modified: 2 years ago