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

# Update Comment

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

Update a comment. The `contact_id` and `parent_comment_id` fields are ignored on update.

## Path parameters

- `id` string, required

## Request body

- object
  - `communities_spaces_posts_comment` CommunitiesSpacesPostsCommentParametersUpdate — Communities::Spaces::Post::Comment
    - `body` string, nullable — Comment body as rich HTML
    - `skip_notifications` boolean, nullable — When true, suppresses email/push notifications for this comment

## Response `200`

OK

- CommunitiesSpacesPostsCommentAttributes — Communities::Spaces::Post::Comment
  - `id` integer — Comment ID
  - `public_id` string, nullable — Comment public ID
  - `contact_id` integer, nullable — ID of the Contact who authored the comment
  - `body` string, nullable — Comment body as plain text
  - `url` string, nullable — Canonical URL of the comment
  - `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 the parent post belongs to
    - `id` integer — Space Group ID
    - `public_id` string, nullable — Space Group public ID
    - `name` string, nullable — Space Group name
  - `post` object — The Post this comment belongs to
    - `id` integer — Post ID
    - `public_id` string, nullable — Post public ID
    - `title` string, nullable — Post title
    - `url` string, nullable — Post canonical 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)
