latestOpenAPI 3.0.32026-08-19299284712.8 KB

67d9f45bb99b

Cube Data

Update Cube Values

This endpoint can be used to update data in the OLAP cube. The message will be used in the changelog for any changes to data. The raw data of the matrix as well as the filters should be passed. The data for matrix.data should be a 2D array of data similar to a spreadsheet. At least one row and one column of dimension names should be provided. The data in matrix.filters would contain values for any top level dimension that isn't a part of the passed 2D data matrix.

post/cube/update

Query parameters

backgroundboolean

Pass true to force the DATA_UPDATE_BACKGROUNDED behavior.

Request body

messagestring required
matrixobject required

Response

DATA_UPDATED - Data was successfully updated as part of this request

NO_DATA_UPDATED - The request was successful, but no data was modified by it

DATA_UPDATE_BACKGROUNDED - Due to the amount of data sent, it will be processed in the background

codestring required
messagestring required