Update Slack Installation
Update Slack installation defaults or lifecycle status.
Authentication
AuthorizationBearer
Bearer token authentication using JWT tokens from Ory Kratos/Hydra
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
