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"=>"TESTAPIKEY123", "api_secret"=>"test-api-secret-123", "tags"=>["myTag", "myTag2:myValue"]}, "type"=>"confluent-cloud-accounts"}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"data":{"attributes":{"api_key":"TESTAPIKEY123","resources":[{"resource_type":"kafka","enable_custom_metrics":false,"id":"resource_id_abc123","tags":["myTag","myTag2:myValue"]},{"resource_type":"kafka","enable_custom_metrics":false,"id":"resource_id_abc123","tags":["myTag","myTag2:myValue"]}],"tags":["myTag","myTag2:myValue"]},"id":"account_id_abc123","type":"confluent-cloud-accounts"}}