Files
leadchat/app/views/api/v1/accounts/search/_article.json.jbuilder
2025-05-28 13:50:50 +05:30

9 lines
237 B
Ruby

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