Skip to content

Move an existing reply to an existing topic

Questions

A reply can be moved to an existing article, question or conversation. The topic id and topic type are required in the request body.

POST
/questions/replies/{replyId}/move

Parameters

Path Parameters

replyId*

ID of the question reply to interact with

Type
string
Required

Query Parameters

moderatorId*

ID of the moderator moving the reply

Type
string
Required

Request Body

application/json
JSON
{
}

Responses

Reply moved

Samples

Gainsight CC Developer Portal