Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 714 Bytes

slack.md

File metadata and controls

31 lines (20 loc) · 714 Bytes
title summary
Slack
/api/slack endpoints.

Slack

/api/slack endpoints.

GET /api/slack/manifest

Returns the YAML manifest file that should be used to bootstrap new Slack apps.

PUT /api/slack/settings

Update Slack related settings. You must be a superuser to do this. Also updates the slack-cache. There are 3 cases where we alter the slack channel/user cache:

  1. falsy token -> clear
  2. invalid token -> clear
  3. truthy, valid token -> refresh .

PARAMS:

  • slack-app-token nullable value must be a non-blank string.

  • slack-files-channel nullable value must be a non-blank string.


<< Back to API index