Update Cloudflare account

PATCH {{baseUrl}}/api/v2/integrations/cloudflare/accounts/:account_id

Update a Cloudflare account.

Request Body

{"data"=>{"attributes"=>{"api_key"=>"<string>", "email"=>"<string>"}, "type"=>"cloudflare-accounts"}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;data&quot;:{&quot;attributes&quot;:{&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;email&quot;:&quot;\u003cstring\u003e&quot;},&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;type&quot;:&quot;cloudflare-accounts&quot;}}