v1

latestOpenAPI 3.0.02026-07-142351,1971.3 MB
Slack 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

namestring

Your channel name.

Example request

{
  "name": "#general"
}

Response

OK

namestring

Your channel name.

Example response

{
  "name": "#general"
}