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.
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.