Skip to main content
POST
Mark a comment read or unread

Authorizations

Authorization
string
header
required

Your Postbreeze API key

Path Parameters

commentId
string
required

Prefixed cuid of the inbox comment to update.

Example:

"cmt_01HZY8N3M2K9R5T8V4P6Q1J0BC"

Body

application/json
read
boolean

Pass false to mark the comment unread (clears readAt). Defaults to true — i.e. an empty body marks the comment read.

Response

Read state updated.

ok
boolean

Always true on success.