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

Method create

app/javascript/dashboard/api/ApiClient.js:50–52  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

48 }
49
50 create(data) {
51 return axios.post(this.url, data);
52 }
53
54 update(id, data) {
55 return axios.patch(`${this.url}/${id}`, data);

Callers 15

seed_canned_responsesMethod · 0.45
axios.jsFile · 0.45
events.jsFile · 0.45
constructorMethod · 0.45
apiClient.jsFile · 0.45
onDirectFileUploadFunction · 0.45
createFunction · 0.45
createNewContactFunction · 0.45
createRecordFunction · 0.45
piniaCreateRecordFunction · 0.45

Calls 1

postMethod · 0.45

Tested by 2

createEditorStateFunction · 0.36
buildViewFunction · 0.36