---
title: "Update Space"
method: PUT
path: "/communities/spaces/{id}"
tags: ["Communities::Space"]
---

# Update Space

`PUT /communities/spaces/{id}`

Update a space

## Path parameters

- `id` string, required

## Request body

- object
  - `communities_space` CommunitiesSpaceParametersUpdate — Communities::Space
    - `name` string, nullable — Name
    - `access` integer, nullable — Access level (0 = open, 1 = private, 2 = secret)
    - `current_path` string, nullable — Current Path
    - `emoji` string, nullable — Emoji icon for the space
    - `card_image_id` integer, nullable — Card Image ID
    - `social_image_id` integer, nullable — Social Image ID
    - `members_can_post` boolean, nullable — Whether members can post in this space
    - `members_can_invite` boolean, nullable — Whether members can invite others to this space
    - `allow_post_titles` boolean, nullable — Whether posts can have titles
    - `allow_cover_images` boolean, nullable — Whether posts can have cover images
    - `hide_from_featured` boolean, nullable — Whether to hide this space from the featured spaces list
    - `layout_style` string, nullable — Layout style for the space
    - `default_tab` string, nullable — Default tab shown when viewing the space
    - `default_post_sort` string, nullable — Default sort order for posts
    - `default_comment_sort` string, nullable — Default sort order for comments
    - `default_member_sort` string, nullable — Default sort order for members
    - `pinned_posts_label` string, nullable — Label for pinned posts section
    - `seo_title` string, nullable — Seo Title
    - `seo_description` string, nullable — Seo Description
    - `sort_order` integer, nullable — Sort order within the space group
    - `always_on` boolean, nullable — Always On
    - `upgrade_url` string, nullable — Upgrade URL

## Response `200`

OK

- CommunitiesSpaceAttributes — Communities::Space
  - `id` integer — Space ID
  - `public_id` string, nullable — Space public ID
  - `space_group_id` integer — Space Group ID the space belongs to
  - `workspace_id` integer — Workspace ID the space belongs to
  - `name` string, nullable — Name
  - `access` 'is_open' | 'is_private' | 'is_secret' — Access level
  - `current_path` string, nullable — Current Path
  - `emoji` string, nullable — Emoji icon for the space
  - `card_image_id` integer, nullable — Card Image ID
  - `social_image_id` integer, nullable — Social Image ID
  - `members_can_post` boolean — Whether members can post in this space
  - `members_can_invite` boolean, nullable — Whether members can invite others to this space
  - `allow_post_titles` boolean, nullable — Whether posts can have titles
  - `allow_cover_images` boolean, nullable — Whether posts can have cover images
  - `hide_from_featured` boolean, nullable — Whether to hide this space from the featured spaces list
  - `layout_style` string, nullable — Layout style for the space
  - `default_tab` string, nullable — Default tab shown when viewing the space
  - `default_post_sort` string, nullable — Default sort order for posts
  - `default_comment_sort` string, nullable — Default sort order for comments
  - `default_member_sort` string, nullable — Default sort order for members
  - `pinned_posts_label` string, nullable — Label for pinned posts section
  - `seo_title` string, nullable — Seo Title
  - `seo_description` string, nullable — Seo Description
  - `sort_order` integer, nullable — Sort order within the space group
  - `always_on` boolean, nullable — Always On
  - `upgrade_url` string, nullable — Upgrade URL
  - `created_at` string, date-time, nullable — Created at
  - `updated_at` string, date-time, nullable — Updated at

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.net/myclickfunnels/apis/clickfunnels-api.md) · [All operations](https://skmtc.net/myclickfunnels/apis/clickfunnels-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/myclickfunnels/clickfunnels-api/revisions/ae6313eaa176/schema)
