chatwoot-develop/app/views/api/v1/accounts/search/_article.json.jbuilder

9 lines
237 B
Ruby
Executable File

json.id article.id
json.title article.title
json.locale article.locale
json.content article.content
json.slug article.slug
json.portal_slug article.portal.slug
json.account_id article.account_id
json.category_name article.category&.name