67d9f45bb99b
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.
Query parameters
Pass true to force the DATA_UPDATE_BACKGROUNDED behavior.
Request body
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