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
Example request
{
"app_id": "12345678901",
"client_id": "1.0",
"client_secret": "12345678901234567890123456789012",
"signing_secret": "12345678901234567890123456789012"
}Response
OK
Example response
{
"app_id": "12345678901",
"client_id": "1.0",
"client_secret": "12345678901234567890123456789012",
"signing_secret": "12345678901234567890123456789012"
}