From 73ca78bd41887aba0fd5b637616530fe7efe3015 Mon Sep 17 00:00:00 2001 From: haoxiuwen Date: Mon, 18 Mar 2024 14:14:10 +0800 Subject: [PATCH] Modify --- docs/product/limitationapi.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/product/limitationapi.md b/docs/product/limitationapi.md index d19f16798..cf1899404 100644 --- a/docs/product/limitationapi.md +++ b/docs/product/limitationapi.md @@ -63,10 +63,10 @@ | 获取历史消息(聊天记录)文件 | GET | /{org_name}/{app_name}/chatmessages/${time} | 10 次/分钟/App Key | | 服务端消息撤回 | POST | /{org_name}/{app_name}/messages/recall | 100 次/秒/App Key | | 服务端单向删除会话 | DELETE | /{org_name}/{app_name}/users/{userName}/user_channel | 5 次/分钟/单用户 ID,100 次/秒/App Key | -| 修改文本或自定义消息 | PUT | /{org_name}/{app_name}/messages/rewrite/{msg_id} | 100 条/秒/App Key | -| 单向清空指定用户的漫游消息 | POST | /{org_name}/{app_name}/rest/message/roaming/user/{username}/delete/all | 100 条/秒/App Key | -| 单向清空指定单聊会话一段时间内的漫游消息 | POST | /{org_name}/{app_name}/rest/message/roaming/chat/user/{username}/time?userId={userId}&delTime={delTime} | 100 条/秒/App Key | -| 单向清空指定群组或聊天室会话一段时间内的漫游消息 | POST | /{org_name}/{app_name}/rest/message/roaming/group/user/{username}/time?groupId={groupId}&delTime={delTime} | 100 条/秒/App Key | +| 修改文本或自定义消息 | PUT | /{org_name}/{app_name}/messages/rewrite/{msg_id} | 100 次/秒/App Key | +| 单向清空指定用户的漫游消息 | POST | /{org_name}/{app_name}/rest/message/roaming/user/{username}/delete/all | 100 次/秒/App Key | +| 单向清空指定单聊会话一段时间内的漫游消息 | POST | /{org_name}/{app_name}/rest/message/roaming/chat/user/{username}/time?userId={userId}&delTime={delTime} | 100 次/秒/App Key | +| 单向清空指定群组或聊天室会话一段时间内的漫游消息 | POST | /{org_name}/{app_name}/rest/message/roaming/group/user/{username}/time?groupId={groupId}&delTime={delTime} | 100 次/秒/App Key | | 导入单聊消息 | POST | /{org_name}/{app_name}/messages/users/import | 100 条/秒/App Key | | 导入群聊消息 | POST | /{org_name}/{app_name}/messages/chatgroups/import | 100 条/秒/App Key | | 拉取会话列表 | GET | /{org_name}/{app_name}/user/{username}/user_channels | 5 次/分钟/单用户 ID,100 次/秒/App Key |