feat: Add ability to resolve API channel conversations (#8348)

- Create a new endpoint to fetch a single conversation in client apis
- Create a new endpoint to resolve a single conversation in client apis
- Update swagger API definition to include missing endpoints

Fixes: #6329

Co-authored-by: Cristian Duta <Cristian.Duta@ti8m.ch>
This commit is contained in:
CristianDuta
2024-02-21 13:11:20 +01:00
committed by GitHub
parent cc47ccaa2c
commit ebae547a60
11 changed files with 298 additions and 4 deletions

View File

@@ -0,0 +1 @@
json.partial! 'public/api/v1/models/conversation', formats: [:json], resource: @conversation

View File

@@ -0,0 +1 @@
json.partial! 'public/api/v1/models/conversation', formats: [:json], resource: @conversation