Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_conversations
Method · 0.45
merge_contact_notes
Method · 0.45
merge_messages
Method · 0.45
merge_contact_inboxes
Method · 0.45
message.js
File · 0.45
contacts.js
File · 0.45
actions.spec.js
File · 0.45
actions.spec.js
File · 0.45
actions.spec.js
File · 0.45
update
Function · 0.45
companies.spec.js
File · 0.45
updateRecord
Function · 0.45
Calls
no outgoing calls
Tested by
2
setup_approved_template
Function · 0.36
setup_template_with_status
Function · 0.36