Русский
cURL
curl --request PUT \ --url https://api.qudata.ai/v0/hosts/{host_id} \ --header 'Content-Type: application/json' \ --header 'X-Api-Key: <api-key>' \ --data '{ "status": "inactive", "price": 123 }'
{ "ok": true, "data": null }
inactive
review
approved
active
running
blocked
Successful Response