latestOpenAPI 3.1.02026-08-1014497184.0 KB

8b99dca11019

slack
channel/slack

Save a Slack integration

Updates or creates the Slack integration for the project.

put/integrations/slack

Request body

app_idstring required

The Slack app ID that can be found in the app's settings page of the Slack API dashboard.

client_idstring required

The Slack client ID that can be found in the app's settings page of the Slack API dashboard.

client_secretstring required

The Slack client secret that can be found in the app's settings page of the Slack API dashboard.

signing_secretstring required

The Slack signing secret that can be found in the app's settings page of the Slack API dashboard.

Example request

{
  "app_id": "12345678901",
  "client_id": "1.0",
  "client_secret": "12345678901234567890123456789012",
  "signing_secret": "12345678901234567890123456789012"
}

Response

OK

app_idstring required

The Slack app ID that can be found in the app's settings page of the Slack API dashboard.

client_idstring required

The Slack client ID that can be found in the app's settings page of the Slack API dashboard.

client_secretstring required

The Slack client secret that can be found in the app's settings page of the Slack API dashboard.

signing_secretstring required

The Slack signing secret that can be found in the app's settings page of the Slack API dashboard.

Example response

{
  "app_id": "12345678901",
  "client_id": "1.0",
  "client_secret": "12345678901234567890123456789012",
  "signing_secret": "12345678901234567890123456789012"
}