Update Slack Installation
Update Slack installation defaults or lifecycle status.
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_id
The organization ID
project_id
The project ID
installation_id
Request
This endpoint expects an object.
status
Lifecycle status for the Slack installation.
default_task_agent_id
Default TaskAgent used when a channel has no explicit mapping.
Response
Successful Response
id
Slack installation ID.
project_id
Project that owns the Slack installation.
team_id
Slack workspace team ID.
bot_user_id
Slack bot user ID for the installed app.
installed_by_user_id
User who completed the Slack installation flow.
status
Lifecycle status for the Slack installation.
created
When the installation was created.
modified
When the installation was last updated.
team_name
Human-readable Slack workspace name.
default_task_agent_id
Default TaskAgent used when a channel has no explicit mapping.
Errors
400
Bad Request Error
403
Forbidden Error
422
Unprocessable Entity Error