Skip to content

Commit

Permalink
modify
Browse files Browse the repository at this point in the history
  • Loading branch information
haoxiuwen committed Nov 20, 2024
1 parent 7b3343c commit 8dca354
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/product/limitationapi.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,6 @@
| 单向清空群组或聊天室会话某个时间点及之前的漫游消息 | POST | /{org_name}/{app_name}/rest/message/roaming/group/user/{userId}/time?groupId={groupId}&delTime={delTime} | 100 次/秒/App Key |
| 导入单聊消息 | POST | /{org_name}/{app_name}/messages/users/import | 100 条/秒/App Key |
| 分页获取用户收藏 | GET | /{org_name}/{app_name}/users/{username}/collections | 100 条/秒/App Key |
| 添加一条收藏 | POST | /{org_name}/{app_name}/users/{username}/collections | 100 条/秒/App Key |
| 批量添加用户收藏 | POST | /{org_name}/{app_name}/collections | 100 条/秒/App Key |
| 修改用户收藏的扩展信息 | PUT | /{org_name}/{app_name}/users/{username}/collections/{collectionId} | 100 条/秒/App Key |
| 删除用户收藏 | DELETE | /{org_name}/{app_name}/users/{username}/collections | 100 条/秒/App Key |

## 用户属性

Expand Down

0 comments on commit 8dca354

Please sign in to comment.