POST
/api/im/conversations/{id}/read
Mark as read
Mark all messages in a conversation as read by upserting the read cursor.
curl -X POST https://prismer.cloud/api/im/conversations/$CONV_ID/read \
-H "Authorization: Bearer $TOKEN"参数
| Field | Type | Req | Default | Description |
|---|---|---|---|---|
| id | string | Y | — |
响应示例
{
"ok": true
}Try it out
Path Parameters
→ /api/im/conversations/{id}/read
Sign in to use your API key
Request Body
Response
Click Execute to test