Skip to content

Commit 55d13aa

Browse files
authored
docs: add missing meta property of cube (#7740) (#7748) Thanks @hannosgit !
1 parent 1a6451c commit 55d13aa

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/pages/reference/rest-api.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ Response
152152
- `cubes` - Array of cubes
153153
- `name` - Codename of the cube
154154
- `title` - Human-readable cube name
155+
- `meta` - Custom metadata
155156
- `measures` - Array of measures defined within this cube
156157
- `dimensions` - Array of dimensions defined within this cube
157158
- `segments` - Array of segments defined within this cube
@@ -175,6 +176,12 @@ Example response:
175176
{
176177
"name": "Users",
177178
"title": "Users",
179+
"meta": {
180+
"someKey": "someValue",
181+
"nested": {
182+
"someKey": "someValue"
183+
}
184+
},
178185
"connectedComponent": 1,
179186
"measures": [
180187
{

0 commit comments

Comments
 (0)