Update Confluent account

PATCH {{baseUrl}}/api/v2/integrations/confluent-cloud/accounts/:account_id

Update the Confluent account with the provided account ID.

Request Body

{"data"=>{"attributes"=>{"api_key"=>"<string>", "api_secret"=>"<string>", "tags"=>["<string>", "<string>"]}, "type"=>"confluent-cloud-accounts"}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;data&quot;:{&quot;attributes&quot;:{&quot;api_key&quot;:&quot;\u003cstring\u003e&quot;,&quot;resources&quot;:[{&quot;resource_type&quot;:&quot;\u003cstring\u003e&quot;,&quot;enable_custom_metrics&quot;:false,&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;tags&quot;:[&quot;\u003cstring\u003e&quot;,&quot;\u003cstring\u003e&quot;]},{&quot;resource_type&quot;:&quot;\u003cstring\u003e&quot;,&quot;enable_custom_metrics&quot;:false,&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;tags&quot;:[&quot;\u003cstring\u003e&quot;,&quot;\u003cstring\u003e&quot;]}],&quot;tags&quot;:[&quot;\u003cstring\u003e&quot;,&quot;\u003cstring\u003e&quot;]},&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;type&quot;:&quot;confluent-cloud-accounts&quot;}}