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

Method update

app/javascript/dashboard/api/ApiClient.js:54–56  ·  view source on GitHub ↗
(id, data)

Source from the content-addressed store, hash-verified

52 }
53
54 update(id, data) {
55 return axios.patch(`${this.url}/${id}`, data);
56 }
57
58 delete(id) {
59 return axios.delete(`${this.url}/${id}`);

Callers 15

merge_conversationsMethod · 0.45
merge_contact_notesMethod · 0.45
merge_messagesMethod · 0.45
merge_contact_inboxesMethod · 0.45
message.jsFile · 0.45
contacts.jsFile · 0.45
actions.spec.jsFile · 0.45
actions.spec.jsFile · 0.45
actions.spec.jsFile · 0.45
updateFunction · 0.45
companies.spec.jsFile · 0.45
updateRecordFunction · 0.45

Calls

no outgoing calls

Tested by 2

setup_approved_templateFunction · 0.36