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

# Update Community

`PUT /communities/{id}`

Update a community

## Path parameters

- `id` string, required

## Request body

- object
  - `community` CommunityParametersUpdate — Community
    - `name` string, nullable — Community Name
    - `status` string, nullable — Status of the community (e.g. live, draft)
    - `private` boolean, nullable — Make this Community Private?
    - `current_path` string, nullable — Current Path
    - `logo_image_id` integer, nullable — Logo Image ID
    - `social_image_id` integer, nullable — Social Image ID
    - `seo_title` string, nullable — Seo Title
    - `seo_description` string, nullable — Seo Description
    - `seo_indexable` boolean, nullable — Seo Indexable?
    - `white_label` boolean, nullable — Enable White Label
    - `allow_public_signup` boolean, nullable — Allow Public Sign-Up?
    - `upgrade_url` string, nullable — Upgrade URL
    - `send_membership_email` boolean, nullable — Send Membership Email?
    - `send_digest_email` boolean, nullable — Send Digest Email?
    - `require_post_approvals` boolean, nullable — Require Post Approvals?
    - `require_comment_approvals` boolean, nullable — Require Comment Approvals?
    - `anyone_can_invite` boolean, nullable — Anyone Can Invite?
    - `invite_only` boolean, nullable — Invite Only?
    - `enable_block_list` boolean, nullable — Enable Block List?
    - `notifications` string, nullable — Notification settings (e.g. all, essential, off)

## Response `200`

OK

- CommunityAttributes — Community
  - `id` integer — Community ID
  - `public_id` string, nullable — Community public ID
  - `site_id` integer — Site ID the community belongs to
  - `workspace_id` integer — Workspace ID the community belongs to
  - `name` string, nullable — Community Name
  - `status` string, nullable — Status of the community (e.g. live, draft)
  - `private` boolean — Make this Community Private? When true the community is not accessible to visitors; only invited contacts or buyers can view it.
  - `current_path` string, nullable — Current Path
  - `logo_image_id` integer, nullable — Logo Image ID
  - `social_image_id` integer, nullable — Social Image ID
  - `seo_title` string, nullable — Seo Title
  - `seo_description` string, nullable — Seo Description
  - `seo_indexable` boolean — Whether the community is indexed by search engines
  - `white_label` boolean — Enable White Label — when enabled members cannot switch between CF communities or participate in the global feed
  - `allow_public_signup` boolean — Allow Public Sign-Up? When enabled guests can sign up and join the community when they try to interact.
  - `upgrade_url` string, nullable — Upgrade URL — sends guests to a page to take action (e.g. Order Page, Funnel). Leave blank to allow free sign-up.
  - `send_membership_email` boolean, nullable — Send Membership Email? When enabled an email is sent to the contact when they become a member of the community.
  - `send_digest_email` boolean — Send Digest Email? When enabled contacts who have opted in receive a daily email of unread community notifications.
  - `require_post_approvals` boolean, nullable — Require Post Approvals? When enabled all posts require approval before being visible to members.
  - `require_comment_approvals` boolean, nullable — Require Comment Approvals? When enabled all comments require approval before being visible to members.
  - `anyone_can_invite` boolean — Anyone Can Invite? When enabled other members can invite new members to join.
  - `invite_only` boolean — Invite Only? Even public communities can disable signups so visitors can view but not sign up without an invitation.
  - `enable_block_list` boolean — Enable Block List? When enabled blocks any posts or comments with common profane words.
  - `notifications` string, nullable — Notification settings (e.g. all, essential, off)
  - `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)
