feat: CSAT response public APIs (#2670)
This commit is contained in:
1
app/views/public/api/v1/csat_survey/show.json.jbuilder
Normal file
1
app/views/public/api/v1/csat_survey/show.json.jbuilder
Normal file
@@ -0,0 +1 @@
|
||||
json.partial! 'public/api/v1/models/csat_survey.json.jbuilder', resource: @message
|
||||
1
app/views/public/api/v1/csat_survey/update.json.jbuilder
Normal file
1
app/views/public/api/v1/csat_survey/update.json.jbuilder
Normal file
@@ -0,0 +1 @@
|
||||
json.partial! 'public/api/v1/models/csat_survey.json.jbuilder', resource: @message
|
||||
@@ -0,0 +1,5 @@
|
||||
json.id resource.id
|
||||
json.csat_survey_response resource.csat_survey_response
|
||||
json.inbox_avatar_url resource.inbox.avatar_url
|
||||
json.conversation_id resource.conversation_id
|
||||
json.created_at resource.created_at
|
||||
Reference in New Issue
Block a user