Updates a pet in the store with form data
POST
/pet/{petId}
请求参数
参数名
类型
描述
必填
petId
integer
ID of pet that needs to be updated
必填
name
string
Updated name of the pet
可选
status
string
Updated status of the pet
可选