Skip to content

Commit e20f6c0

Browse files
authored
docs: Use camelCase for the selector.dataSources parameter (cube-js#9832) — thank you @sjauld!
1 parent 8fd6dcc commit e20f6c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/product/apis-integrations/rest-api/reference.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ This endpoint is part of the [Orchestration API][ref-orchestration-api].
385385
| `action` | Use `post` to trigger jobs ||
386386
| `selector.contexts` | Array of objects, each containing a `securityContext` ||
387387
| `selector.timezones` | Array of timezones ||
388-
| `selector.datasources` | Array of data source names which have pre-aggregations defined ||
388+
| `selector.dataSources` | Array of data source names which have pre-aggregations defined ||
389389
| `selector.cubes` | Array of cube names which contain pre-aggregations ||
390390
| `selector.preAggregations` | Array of pre-aggregation names ||
391391
| `selector.dateRange` | Date Range tuple ['range-date-start', 'range-date-end'] ||

0 commit comments

Comments
 (0)