Add DELETE endpoint to remove a conversation by ID
This commit is contained in:
@@ -141,6 +141,7 @@ La aplicación expone una API REST completa:
|
||||
|---------------------------------------|--------|-----------------------
|
||||
| `/api/v1/conversations` | GET | Listar conversaciones
|
||||
| `/api/v1/conversations` | POST | Crear conversación
|
||||
| `/api/v1/conversations/{id}` | DELETE | Elimina conversación
|
||||
| `/api/v1/conversations/{id}/messages` | GET | Obtener mensajes
|
||||
| `/api/v1/conversations/{id}/messages` | POST | Enviar mensaje
|
||||
|
||||
|
||||
Reference in New Issue
Block a user