---
title: "Mark an idea comment as spam"
method: PUT
path: "/idea_comments/{id}"
tags: ["Idea comments"]
---

# Mark an idea comment as spam

`PUT /idea_comments/{id}`

Idea comments can appear in ideas portals.
To reply to an idea_comment, specify the parent_idea_comment_id. Its visibility
will come from its parent idea comment and cannot be overridden.

## Path parameters

- `id` string, required

## Request body

- IdeacommentsPostRequest
  - `idea_comment` object
    - `spam` string

## Response `200`

Successful operation

## Changes

- **2026-08-12** `bfbe6f6d74a1` — 2 breaking, 2 warning
  - the response property `idea_comment/idea/workflow_status/workflow_status_category` became nullable for the status `200`
  - the `idea_comment/idea/workflow_status/workflow_status_category` response's property type/format changed from `object`/`` to `null`/`` for status `200`
  - removed the optional property `idea_comment/idea/workflow_status/workflow_status_category/id` from the response with the `200` status
  - removed the optional property `idea_comment/idea/workflow_status/workflow_status_category/name` from the response with the `200` status
- **2026-07-26** `69bd8c9e8932` — 2 info
  - added the optional property `idea_comment/idea/workflow_status/workflow_status_category` to the response with the `200` status
  - added the optional property `idea_comment/updated_at` to the response with the `200` status

[Change history](https://skmtc.dev/aha/apis/aha-api/changes/idea_comments/:id/put.md)

---

[API](https://skmtc.dev/aha/apis/aha-api.md) · [All operations](https://skmtc.dev/aha/apis/aha-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/aha/aha-api/revisions/f2725b45bcf3/schema)
