Update Slack Channel Mapping

Update the TaskAgent or display name for a Slack channel mapping. Both fields are optional and only the ones present in the request are written, but `task_agent_id` may not be sent as null — omit it to leave the mapping's agent alone. A new `task_agent_id` must name a TaskAgent in this project, or the request answers 400. The mapped `channel_id` cannot be changed; delete the mapping and create another one instead.

Authentication

AuthorizationBearer

API key or access token, sent as Authorization: Bearer <token>. The simplest option: create an API key in your dashboard under Settings, then paste it here.

OR
AuthorizationBearer

API key or access token, sent as Authorization: Bearer <token>. The simplest option: create an API key in your dashboard under Settings, then paste it here.

Path parameters

org_idstringRequiredformat: "uuid"
The organization ID
project_idstringRequiredformat: "uuid"
The project ID
installation_idstringRequiredformat: "uuid"
mapping_idstringRequiredformat: "uuid"

Request

This endpoint expects an object.
channel_namestring or nullOptional<=255 characters

Human-readable Slack channel name.

task_agent_idstring or nullOptionalformat: "uuid"
TaskAgent assigned to this channel.

Response

Slack channel mapping updated successfully
idstringformat: "uuid"
Slack channel mapping ID.
slack_installation_idstringformat: "uuid"
Parent Slack installation ID.
channel_idstring
Slack channel ID.
task_agent_idstringformat: "uuid"
TaskAgent assigned to this channel.
createdstring
When the channel mapping was created.
modifiedstring
When the channel mapping was last updated.
channel_namestring or nullOptional

Human-readable Slack channel name.

Errors

400
Bad Request Error
403
Forbidden Error
422
Unprocessable Entity Error