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"=>"<string>", "enable_custom_metrics"=>false, "tags"=>["<string>", "<string>"]}, "type"=>"confluent-cloud-resources", "id"=>"<string>"}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;data&quot;:{&quot;attributes&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;type&quot;:&quot;confluent-cloud-resources&quot;,&quot;id&quot;:&quot;\u003cstring\u003e&quot;}}