Skip to main content
POST
/
api
/
channels
/
{channelID}
/
read
Mark channel as read
curl --request POST \
  --url http://localhost:8091/api/channels/{channelID}/read \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Session token obtained from /api/auth/login or /api/auth/register. Pass as: Authorization: Bearer

Path Parameters

channelID
string
required

Channel ID

Response

204

Channel marked as read