MCPcopy Create free account
hub / github.com/chatwoot/chatwoot / updateSlack

Method updateSlack

app/javascript/dashboard/api/integrations.js:14–18  ·  view source on GitHub ↗
({ referenceId })

Source from the content-addressed store, hash-verified

12 }
13
14 updateSlack({ referenceId }) {
15 return axios.patch(`${this.baseUrl()}/integrations/slack`, {
16 reference_id: referenceId,
17 });
18 }
19
20 listAllSlackChannels() {
21 return axios.get(`${this.baseUrl()}/integrations/slack/list_all_channels`);

Callers 3

integrations.jsFile · 0.80
actions.spec.jsFile · 0.80

Calls 1

baseUrlMethod · 0.80

Tested by

no test coverage detected