Modify community settings, information, and configuration including display name, description, privacy settings, and post moderation
updateCommunity()
method enables authorized users to modify community settings and configuration while preserving member relationships and content. Update communities to reflect evolving needs, rebrand, or adjust moderation policies.
Parameter | Type | Description |
---|---|---|
communityId | String | Unique identifier of the community to update |
displayName | String | Updated public display name visible to all users |
description | String | Updated community description and purpose |
isPublic | Boolean | Change community visibility: true for public, false for private |
avatar | Image | Updated community avatar image for visual branding |
categoryIds | Array | Updated list of category IDs for organization |
postSettings | Enum | Updated content moderation settings for posts |
storySettings | Object | Updated story interaction and moderation configuration |
metadata | Object | Updated custom fields and properties |
Role | Update Permissions | Restrictions |
---|---|---|
Community Creator | Full update access | Cannot transfer ownership |
Community Moderator | Most settings | Cannot change ownership |
Administrator | Full access | Network-level permissions |
Regular Member | No access | Cannot modify community settings |