curl
Thu Sep 16 2021 19:25:12 GMT+0000 (Coordinated Universal Time)
Saved by
@CleverIT
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"
}'
content_copyCOPY
Comments