Skip to main content

Update Cube

PATCH 

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

Change the name and description an existing Cube by specifying its ID, and the corresponding Organization ID and Project ID.

Request

Path Parameters

    orgId stringrequired

    The Organization ID for which you want to update a cube

    projectId stringrequired

    The Project ID for which you want to update a cube

    cubeId stringrequired

    ID of the cube you want to update

Query Parameters

    name stringrequired

    New name of the specified cube

    description stringrequired

    New description of the specified cube

Body

required

    any

Responses

Success.

Schema

    any

Loading...