Skip to main content

Update Specific Aggregate

PUT 

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

Update a specific Aggregate.

Request

Path Parameters

    orgId stringrequired

    The Organization ID (UUID) for which you are querying.

    projectId stringrequired

    The Project ID (UUID) for which you are querying.

    cubeId stringrequired

    The Cube ID (UUID) for which you are querying.

    aggregateId stringrequired

    The Aggregate ID (UUID) for which you are querying.

Responses

Success. Returns the JSON representation of the updated aggregate definition.

Schema

    id string
    name string
    properties CommonProperties
    attributes AttributeReferences
    partitions PartitionReferences
Loading...