Community
Update Community
Update a community
put/communities/{id}
Path parameters
idstring required
Request body
Example request
{
"community": {
"community": {
"name": "My Community",
"status": "live",
"private": false
}
}
}Response
OK
Example response
{
"id": 1,
"public_id": "AbCdEf",
"site_id": 10,
"workspace_id": 42,
"name": "My Community",
"status": "live",
"private": false,
"current_path": "/my-community",
"logo_image_id": 5,
"social_image_id": 6,
"seo_title": "My Community",
"seo_description": "A great place to connect and learn.",
"seo_indexable": true,
"white_label": false,
"allow_public_signup": false,
"upgrade_url": null,
"send_membership_email": true,
"send_digest_email": false,
"require_post_approvals": false,
"require_comment_approvals": false,
"anyone_can_invite": false,
"invite_only": false,
"enable_block_list": false,
"notifications": "essential",
"created_at": "2025-01-01T00:00:00.000Z",
"updated_at": "2025-01-01T00:00:00.000Z"
}