简体中文
cURL
curl --request POST \ --url https://api.brightdata.com/zone/change_disable \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "zone": "<string>", "disable": 0 }'
{ "plan": { "start": "2019-07-15T18:08:59.269Z", "type": "static", "ips_type": "shared", "ip_alloc_preset": "shared_block", "bandwidth": "payperusage", "disabled": 1 } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
The response is of type object.
object
此页面对您有帮助吗?