Hello Front developers,
If you retrieve a conversation through the API, the response will now return a 301 redirect if that conversation has been merged into another one. Previously, the API returned a 404. This change makes it easier to keep track of conversations after they have been merged.
The change applies to any API endpoint that interacts with a specific conversation:
- Get conversation
- Update conversation
- Update conversation assignee
- List conversation events
- List conversation followers
- Add conversation followers
- Delete conversation followers
- List conversation inboxes
- Add conversation link
- Remove conversation links
- List conversation messages
- Update conversation reminders
- Add conversation tag
- Remove conversation tag
- List conversation drafts
- Create draft reply
- List conversation comments
- Add comment
- Create message reply