Clone Dataset

Request
path Parameters
id
required
string
Request Body schema: application/json
name
required
string

Dataset name

required
object (DQLQuery)
required
object (CloneDatasetParams)
returnCmd
boolean

run as async

version
number <double>
indexDriver
string (DatasetIndexDrivers)
Enum: "mongo" "sql"
allowAnnotationDuplication
boolean
property name*
additional property
any
Responses
200

Ok

400

Missing argument

post/datasets/{id}/clone
Request samples
application/json
{
  • "name": "string",
  • "filter": {
    },
  • "cloneDatasetParams": {
    },
  • "returnCmd": true,
  • "version": 0,
  • "indexDriver": "mongo",
  • "allowAnnotationDuplication": true
}
Response samples
application/json
{
  • "name": "",
  • "filter": {
    },
  • "cloneDatasetParams": {
    }
}