Skip to content

Copy a conversation to a category

Conversations

POST
/conversations/{id}/copy

Parameters

Path Parameters

id*

ID of the conversation to interact with

Type
string
Required

Query Parameters

moderatorId*

ID of the moderator copying the conversation

Type
string
Required

Request Body

application/json
JSON
{
  
"categoryIds": [
  
  
"31"
  
]
}

Responses

Conversation was copied

Samples

Gainsight CC Developer Portal