v2
OpenAPI 3.1.02026-07-263411923.0 MBIdea 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