Skip to main content
POST

Headers

string
required
Bearer token for authentication
string
required
The tenant ID to scope the announcement

Path Parameters

integer
required
The unique identifier of the announcement to mark as read

Response

boolean
Indicates if the request was successful
string
Success message

Notes

  • This endpoint creates or updates an announcement_reads record for the current user
  • If the announcement is already marked as read, the operation is idempotent
  • The read_at timestamp is set to the current time
  • Only announcements belonging to the specified tenant can be marked as read