iachat/app/views/public/api/v1/models
Muhsin Keloth 05b8486538
fix: message_type inconsistency across message end points (#10108)
The `before_type_cast` method sometimes returns a string for
`message_type`, creating inconsistencies in different payloads. This
pull request will remove all `before_type_cast` usage and replace it
with `to_i` methods.
2024-09-16 16:14:35 +05:30
..
hc feat: Sort articles based on views (#7599) 2023-07-24 20:27:43 -07:00
_article.json.jbuilder fix: Render articles in widget if it is available (#7654) 2023-09-14 19:56:17 +05:30
_associated_category.json.jbuilder feat: Portal and Category public APIs (#4946) 2022-07-05 17:15:38 +05:30
_category.json.jbuilder chore: Upgrade to Rails 7 (#6719) 2023-05-06 10:44:52 +05:30
_contact.json.jbuilder Fix: Accept phone number in public contact api (#4580) 2022-04-29 20:54:12 +05:30
_conversation.json.jbuilder chore: API documentation updates for CSAT surveys (#7255) 2023-06-05 21:14:01 +05:30
_csat_survey.json.jbuilder fix: Update survey locale based on the account (#4207) 2022-03-20 13:07:36 +05:30
_inbox.json.jbuilder feat: Add inbox details endpoint (#5549) 2022-11-02 19:05:03 -07:00
_message.json.jbuilder fix: message_type inconsistency across message end points (#10108) 2024-09-16 16:14:35 +05:30