Mark Messages As Seen: /seen/ (POST)

Purpose:

Mark messages as seen by the user.

Input:

  • Headers:
    • Content-Type: application/json
    • Authorization: The JWT token of the user.
  • JSON Body:
    • ids: (Uuid Array) The ids of the messages.

Output (200):

"Messages marked as seen"