Skip to content

Move an existing reply to an existing topic

ProductUpdates

A reply can be moved to an existing productUpdate.

POST
/productUpdates/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"
}

Responses

Reply moved

Samples

Gainsight CC Developer Portal