Skip to main content
POST
/
channels
/
{channel_id}
/
messages
/
mark_as_read
Error
A valid request URL is required to generate request examples
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.rheel.net/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

ユーザーがログインすると発行されるsession_idをBearerトークンとして指定します

Path Parameters

channel_id
string
required
Required string length: 1 - 100
Pattern: ^[a-zA-Z0-9_-]+$

Response

指定したチャンネルのメッセージを既読にしました

success
boolean