From 8dca354e42cfa697f561b347820bb2b590a374b4 Mon Sep 17 00:00:00 2001 From: haoxiuwen Date: Wed, 20 Nov 2024 18:35:39 +0800 Subject: [PATCH] modify --- docs/product/limitationapi.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/product/limitationapi.md b/docs/product/limitationapi.md index e6c51937..dec63c82 100644 --- a/docs/product/limitationapi.md +++ b/docs/product/limitationapi.md @@ -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 | ## 用户属性