Skip to content

Move reply to another topic

Ideas

A reply can be moved to an existing idea. The topic id and topic type are required in the request body.

POST
/ideas/replies/{id}/move

Parameters

Path Parameters

id*

Reply ID

Type
string
Required

Query Parameters

moderatorId*

ID of the moderator moving the reply

Type
string
Required

Request Body

application/json
JSON
{
  
"topicId": "6",
  
"topicType": "conversation"
}

Responses

Reply moved

Samples

Gainsight CC Developer Portal