Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_responses
Method · 0.45
axios.js
File · 0.45
conversationLabels.js
File · 0.45
events.js
File · 0.45
constructor
Method · 0.45
apiClient.js
File · 0.45
onDirectFileUpload
Function · 0.45
create
Function · 0.45
createNewContact
Function · 0.45
createRecord
Function · 0.45
piniaCreateRecord
Function · 0.45
storeFactory.spec.js
File · 0.45
Calls
1
post
Method · 0.45
Tested by
2
createEditorState
Function · 0.36
buildView
Function · 0.36