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
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"data":{"attributes":{"api_key":"\u003cstring\u003e","resources":[{"resource_type":"\u003cstring\u003e","enable_custom_metrics":false,"id":"\u003cstring\u003e","tags":["\u003cstring\u003e","\u003cstring\u003e"]},{"resource_type":"\u003cstring\u003e","enable_custom_metrics":false,"id":"\u003cstring\u003e","tags":["\u003cstring\u003e","\u003cstring\u003e"]}],"tags":["\u003cstring\u003e","\u003cstring\u003e"]},"id":"\u003cstring\u003e","type":"confluent-cloud-accounts"}}