本文档由 Apifox 自动生成,推荐使用 Apifox - API 文档、API 调试、API Mock、API 自动化测试!
curl --location --request PUT 'https://m1.apifoxmock.com/m1/6862105-0-5916427/pet' \
--header 'token: {{token}}' \
--header 'Content-Type: application/json' \
--data '{
"id": 1,
"category": {
"id": 1,
"name": "string"
},
"name": "doggie",
"photoUrls": [
"string"
],
"tags": [
{
"id": 1,
"name": "string"
}
],
"status": "available"
}'{}