v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBCloudflare Integration
Update Cloudflare account
Update a Cloudflare account.
patch/api/v2/integrations/cloudflare/accounts/{account_id}
Path parameters
account_idstring required
None
Request body
Example request
{
"data": {
"attributes": {
"api_key": "a94a8fe5ccb19ba61c4c0873d391e987982fbbd3",
"email": "test-email@example.com",
"resources": [
"web",
"dns",
"lb",
"worker"
],
"zones": [
"zone_id_1",
"zone_id_2"
]
},
"type": "cloudflare-accounts"
}
}Response
OK
Example response
{
"data": {
"attributes": {
"email": "test-email@example.com",
"name": "test-name",
"resources": [
"web",
"dns",
"lb",
"worker"
],
"zones": [
"zone_id_1",
"zone_id_2"
]
},
"id": "c1a8e059bfd1e911cf10b626340c9a54",
"type": "cloudflare-accounts"
}
}