Skip to main content

Create New Cube

POST 

/org/:orgId/project/:projectId/cube/create

Create a new Cube by specifying the Organization ID and Project ID where it should be added.

Request

Path Parameters

    orgId stringrequired

    ID of the organization where you want to create a cube

    projectId stringrequired

    ID of the project where you want to create a cube

Query Parameters

    name stringrequired

    Name for the new cube

    description stringrequired

    Description for the new cube

    inclusive-access stringrequired

    true / false

Body

required

    any

Responses

Success.

Schema

    any

Loading...