---
title: "Edit Profile Post Comment"
method: PUT
path: "/profile-posts/comments"
tags: ["Profile Post Comments"]
---

# Edit Profile Post Comment

`PUT /profile-posts/comments`

Edit a profile post comment.

Required scopes:
+ **post**

## Request body

- object
  - `comment_id` integer, required — Id of profile post comment.
  - `comment_body` string, required — New content for the profile post comment.
  - `message_state` 'visible' | 'deleted'

## Response `200`

Successful Response.

- object
  - `comment` object, required
    - `comment_id` integer, required
    - `profile_post_id` integer, required
    - `comment_user_id` integer, required
    - `comment_username` string, required
    - `comment_username_html` string, required
    - `comment_create_date` integer, required
    - `comment_body` string, required
    - `user_is_ignored` boolean, required
    - `timeline_user_id` integer, required
    - `links` object, required
      - `detail` string, required
      - `profile_post` string, required
      - `timeline` string, required
      - `timeline_user` string, required
      - `poster` string, required
      - `poster_avatar` string, required
    - `permissions` object, required
      - `view` boolean, required
      - `delete` boolean, required
  - `system_info` RespSystemInfo, required
    - `visitor_id` integer, required
    - `time` integer, required
    - `log_id` integer, required

## Other responses

- `401` — Unauthorized
- `403` — Error Response.
- `404` — Not Found

---

[API](https://skmtc.net/lolz/apis/lolzteam-public-api-forum.md) · [All operations](https://skmtc.net/lolz/apis/lolzteam-public-api-forum/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lolz/lolzteam-public-api-forum/versions/3efcdbc40994/schema)
