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
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"data":{"attributes":{"name":"\u003cstring\u003e","email":"\u003cstring\u003e"},"id":"\u003cstring\u003e","type":"cloudflare-accounts"}}