Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego2250 authored Nov 17, 2023
1 parent 7e692b2 commit 0aa6c6f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,20 @@ Devuelve los mensajes de un chat dado el emisor y el receptor
}
}
```

### [DELETE] api/messages/?id_postulacion=579
Elimina los chats de una postulación dada
> **Note**
> Auth required
#### Response
``` json
{
"status": 200,
"message": "Chat deleted successfully",
"data": null
}

-----------------

## Empresas
Expand Down

0 comments on commit 0aa6c6f

Please sign in to comment.