Skip to main content

SetThreadRead

Updates the current identity's last read timestamp in the given thread.

Path Parameters
  • thread_id string required

    Possible values: Value must match regular expression ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$

    A universally unique identifier.

Request Body required
  • last_read_ts date-time required

    Any messages newer than this timestamp will be marked as unread.

    This should be the current timestamp (in milliseconds).

Responses

SetThreadRead 200 response