update_category_permission
Update a user group's permissions for a category, controlling view, create, reply, and attachment access.
Instructions
Update a user group's permissions for a category
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| categoryId | Yes | The category ID | |
| replyTopics | No | Can reply to topics | |
| startTopics | No | Can create topics | |
| userGroupId | Yes | The user group ID | |
| viewCategory | No | Can view category | |
| viewAttachments | No | Can view attachments | |
| viewOthersTopics | No | Can view others' topics | |
| uploadAttachments | No | Can upload attachments | |
| requirePostApproval | No | Require post approval |