POST
/
api
/
topic
/
clone

Authorizations

Authorization
string
headerrequired

Headers

TR-Dataset
string
required

The dataset id or tracking_id to use for the request. We assume you intend to use an id if the value is a valid uuid.

Body

application/json
name
string | null

The name of the topic. If this is not provided, the topic name is the same as the previous topic

owner_id
string
required

The owner_id of the topic. This is typically a browser fingerprint or your user's id. It is used to group topics together for a user.

topic_id
string
required

The topic_id to clone from

Response

200 - application/json
created_at
string
required
dataset_id
string
required
deleted
boolean
required
id
string
required
name
string
required
owner_id
string
required
updated_at
string
required