Update resource in Confluent account

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

Update a Confluent resource with the provided resource id for the account associated with the provided account ID.

Request Body

{"data"=>{"attributes"=>{"resource_type"=>"kafka", "enable_custom_metrics"=>false, "tags"=>["myTag", "myTag2:myValue"]}, "type"=>"confluent-cloud-resources", "id"=>"resource-id-123"}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

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