Skip to main content
POST
Merge topics

Authorizations

Authorization
string
header
required

Organization API key (modem_…).

Body

application/json
sourceTopicIds
string<uuid>[]
required

IDs of topics to merge into the target. Must not include the target topic ID.

Required array length: 1 - 50 elements
targetTopicId
required

ID of the topic to merge into. Must not be in the sourceTopicIds array.

Response

OK

mergedCount
number
required

Number of topics that were merged into the target.

targetTopicId
required

ID of the topic that received the merged content.