Skip to content

Commit

Permalink
Merge pull request #554 from haoxiuwen/doc-v2
Browse files Browse the repository at this point in the history
Modify the maxusers Parameter for the REST API of Modifying a Group
  • Loading branch information
haoxiuwen authored Dec 27, 2023
2 parents 16709ba + 0b07e0f commit c1dc570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/document/server-side/group.md
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ PUT https://{host}/{org_name}/{app_name}/chatgroups/{group_id}
| :-------------------- | :----- | :------- | :-------------------------------------------------------------------------------------------------------------------------------- |
| `groupname` | String || 群组名称,最大长度为 128 字符。 |
| `description` | String || 群组描述,最大长度为 512 字符。 |
| `maxusers` | Int || 群组成员最大数(包括群主),值为数值类型。 |
| `maxusers` | Int || 群组最大成员数(包括群主)。对于普通群,该参数的默认值为 `200`,大型群为 `1000`。不同套餐支持的人数上限不同,详见 [产品价格](/product/pricing.html#套餐包功能详情) |
| `membersonly` | Bool || 加入群组是否需要群主或者群管理员审批:<br/> - `true`:是;<br/> - `false`:否。 |
| `allowinvites` | Bool || 是否允许群成员邀请别人加入此群:<br/> - `true`:允许群成员邀请人加入此群;<br/> - `false`:只有群主或群管理员才可以邀请用户入群。 |
| `invite_need_confirm` | Bool || 受邀人加入群组前是否需接受入群邀请:<br/> - `true`:需受邀人确认入群邀请;<br/> - `false`:受邀人直接加入群组,无需确认入群邀请。 |
Expand Down

0 comments on commit c1dc570

Please sign in to comment.