PUT
/
schedules
/
{schedule_id}
/
slack_channels
/
{channel_id}
curl --request PUT \
  --url https://api.shiftkeeper.io/schedules/{schedule_id}/slack_channels/{channel_id} \
  --header 'x-api-key: <api-key>'
This response has no body data.

Authorizations

x-api-key
string
header
required

Enter your API key which starts with 'keeper_'

Path Parameters

schedule_id
string
required

The ID of the schedule.

channel_id
string
required

The Slack ID of the channel.