Authorizations
Response
200 - application/json
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
}
}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
}
}Was this page helpful?