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

# Update Post

`PUT /communities/spaces/posts/{id}`

Update a post. The `contact_id` field is ignored on update.

## Path parameters

- `id` string, required

## Request body

- object
  - `communities_spaces_post` CommunitiesSpacesPostParametersUpdate — Communities::Spaces::Post
    - `title` string, nullable — Post title
    - `body` string, nullable — Post body as rich HTML
    - `image_id` integer, nullable — Cover image ID
    - `is_pinned` boolean, nullable — Whether to pin the post at the top of the space
    - `current_path` string, nullable — Current path (used for tracking purposes)

## Response `200`

OK

- CommunitiesSpacesPostAttributes — Communities::Spaces::Post
  - `id` integer — Post ID
  - `public_id` string, nullable — Post public ID
  - `contact_id` integer, nullable — ID of the Contact who authored the post
  - `title` string, nullable — Post title
  - `body` string, nullable — Post body as plain text
  - `url` string, nullable — Canonical URL of the post
  - `contact` object, nullable — Short representation of the authoring Contact, or null if the contact has been deleted
    - `id` integer — Contact ID
    - `public_id` string — Contact public ID
    - `email_address` string, nullable — Contact email address
    - `first_name` string, nullable — Contact first name
    - `last_name` string, nullable — Contact last name
    - `phone_number` string, nullable — Contact phone number
  - `group` object — The Space Group this post belongs to
    - `id` integer — Space Group ID
    - `public_id` string, nullable — Space Group public ID
    - `name` string, nullable — Space Group name
  - `topic` object — The Space (topic) this post belongs to
    - `id` integer — Space ID
    - `public_id` string, nullable — Space public ID
    - `name` string, nullable — Space name
  - `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)
