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

Method get

app/javascript/dashboard/api/helpCenter/categories.js:10–12  ·  view source on GitHub ↗
({ portalSlug, locale })

Source from the content-addressed store, hash-verified

8 }
9
10 get({ portalSlug, locale }) {
11 return axios.get(`${this.url}/${portalSlug}/categories?locale=${locale}`);
12 }
13
14 create({ portalSlug, categoryObj }) {
15 return axios.post(`${this.url}/${portalSlug}/categories`, categoryObj);

Callers 5

getArticlesMethod · 0.45
searchArticlesMethod · 0.45
getArticleMethod · 0.45
getPortalMethod · 0.45
sslStatusMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected