Skip to main content
PUT
/
api
/
v1
/
slack
/
custom-settings
cURL
curl --request PUT \
  --url http://api/v1/slack/custom-settings \
  --header 'Content-Type: application/json' \
  --data '
{
  "aiRequireOAuth": true,
  "aiThreadAccessConsent": true,
  "slackChannelProjectMappings": [
    {
      "availableTags": [
        "<string>"
      ],
      "slackChannelId": "<string>",
      "projectUuid": "<string>"
    }
  ],
  "appProfilePhotoUrl": "<string>",
  "notificationChannel": "<string>"
}
'
{
  "results": "<any>",
  "status": "ok"
}

Body

application/json
appProfilePhotoUrl
string | null
required
notificationChannel
string | null
required
aiRequireOAuth
boolean
slackChannelProjectMappings
object[]

Response

Success

status
enum<string>
required
Available options:
ok
results
any