chore: Add Contact Note APIs (#3266)

This commit is contained in:
Sojan Jose
2021-10-24 12:40:30 +05:30
committed by GitHub
parent 19855a90e2
commit 06289b03ea
13 changed files with 191 additions and 15 deletions

View File

@@ -0,0 +1,9 @@
json.id resource.id
json.content resource.content
json.account_id json.account_id
json.contact_id json.contact_id
json.user do
json.partial! 'api/v1/models/agent.json.jbuilder', resource: resource.user
end
json.created_at resource.created_at
json.updated_at resource.updated_at