Skip to content

Commit

Permalink
Merge pull request #678 from haoxiuwen/doc-v2
Browse files Browse the repository at this point in the history
Modify REST API Docs
  • Loading branch information
haoxiuwen authored Mar 18, 2024
2 parents a5b3103 + 73ca78b commit 775d29c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/product/limitationapi.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit 775d29c

Please sign in to comment.