Skip to main content

Copy Existing Cube

POST 

/org/:orgId/project/:projectId/cube/:cubeId/copy

Copy an existing Cube by specifying its ID, and the corresponding Organization ID and Project ID.

Request

Path Parameters

    orgId stringrequired

    The Organization ID of the cube you want to copy

    projectId stringrequired

    The Project ID of the cube you want to copy

    cubeId stringrequired

    ID of the cube you want to copy

Query Parameters

    name stringrequired

    Name for the copied cube

    description stringrequired

    Description for the copied cube

    inclusive-access stringrequired

    true / false

    copy-security booleanrequired

    true / false

Body

required

    any

Responses

Success.

Schema

    any

Loading...