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
- application/json
Body
required
any
Responses
- 200
- 401
- 404
- 500
Success.
- application/json
- Schema
- Example (from schema)
- Example
Schema
any
{
"status": {
"i18n_message": "response.ok",
"message": "OK"
},
"response": "a97bf0d8-e04a-4336-4fdc-ed1fda53f949"
}
{
"status": {
"i18n_message": "response.ok",
"message": "OK"
},
"response": "a97bf0d8-e04a-4336-4fdc-ed1fda53f949"
}
This error will occur if calling user does not have access right for the API.
This error will occur if the org identified by orgId does not exist.
A server error occurred. Check the logs for more details.
Loading...