Update a Slack integration channel
PATCH {{baseUrl}}/api/v1/integration/slack/configuration/accounts/:account_name/channels/:channel_name
Update a channel used in your Datadog-Slack integration.
Request Body
{"display"=>{"message"=>true, "notified"=>true, "snapshot"=>true, "tags"=>true}, "name"=>"#general"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"display":{"message":true,"notified":true,"snapshot":true,"tags":true},"name":"#general"}