curl -X PUT \
'https://petstore.swagger.io/v2/pet/' \
-H 'Accept: */*' \
-H 'User-Agent: Thunder Client (https://www.thunderclient.io)' \
-H 'Content-Type: application/json' \
-d '{
"id": 0,
"category": {
"id": 0,
"name": "string"
},
"name": "doggie",
"photoUrls": [
"string"
],
"tags": [
{
"id": 0,
"name": "string"
}
],
"status": "available"
}'
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter