{
"advertised": true
}
curl --location --request PATCH 'https://api.cloudflare.com/client/v4/accounts//addressing/prefixes//bgp/status' \
--header 'Content-Type: application/json' \
--data-raw '{
"advertised": true
}'
{
"errors": [],
"messages": [],
"result": {
"advertised": true,
"advertised_modified_at": "2014-01-01T05:20:00.12345Z"
},
"success": true
}