Chatwoot/app/views/api/v1/accounts/labels/create.json.jbuilder
2020-06-07 11:17:13 +05:30

5 lines
146 B
Ruby

json.id @label.id
json.title @label.title
json.description @label.description
json.color @label.color
json.show_on_sidebar @label.show_on_sidebar