Communities::Space
Update Space
Update a space
put/communities/spaces/{id}
Path parameters
idstring required
Request body
Example request
{
"communities_space": {
"communities_space": {
"name": "Welcome",
"access": 0,
"members_can_post": true
}
}
}Response
OK
Example response
{
"id": 1,
"public_id": "CdEfGh",
"space_group_id": 1,
"workspace_id": 42,
"name": "Welcome",
"access": "is_open",
"current_path": "/welcome",
"emoji": "👋",
"card_image_id": null,
"social_image_id": null,
"members_can_post": true,
"members_can_invite": null,
"allow_post_titles": null,
"allow_cover_images": null,
"hide_from_featured": null,
"layout_style": null,
"default_tab": null,
"default_post_sort": null,
"default_comment_sort": null,
"default_member_sort": null,
"pinned_posts_label": null,
"seo_title": null,
"seo_description": null,
"sort_order": 1,
"always_on": null,
"upgrade_url": null,
"created_at": "2025-01-01T00:00:00.000Z",
"updated_at": "2025-01-01T00:00:00.000Z"
}