v1
latestOpenAPI 3.0.02026-07-142351,1971.3 MBSlack Integration
Update a Slack integration channel
Update a channel used in your Datadog-Slack integration.
patch/api/v1/integration/slack/configuration/accounts/{account_name}/channels/{channel_name}
Path parameters
account_namestring required
Your Slack account name.
channel_namestring required
The name of the Slack channel being operated on.
Request body
Example request
{
"name": "#general"
}Response
OK
Example response
{
"name": "#general"
}