latestOpenAPI 3.1.02026-08-193441953.0 MB

f2725b45bcf3

Idea comments

Create an idea comment created by an Aha! user (specified by 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.

post/ideas/{idea_id}/idea_comments

Path parameters

idea_idstring required

IdeaId identifier

Request body

Example request

{
  "idea_comment": {
    "spam": "true"
  }
}

Response

Successful operation