Skip to content

Commit afd787c

Browse files
committed
Fix docs
1 parent dfd2044 commit afd787c

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

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

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -124,14 +124,13 @@ by making them accessible to specific users only or disallowing access for
124124
everyone. By default, API endpoints in all scopes, except for `jobs`, are
125125
accessible for everyone.
126126

127-
| API scope | REST API endpoints | Accessible by default? |
128-
| --------- | ----------------------------------------------------------------------------------------- | ---------------------- |
129-
| `meta` | [`/v1/meta`][ref-ref-meta] | ✅ Yes |
130-
| `data` | [`/v1/load`][ref-ref-load], [`/v1/sql`][ref-ref-sql] | ✅ Yes |
131-
| `graphql` | `/graphql` | ✅ Yes |
132-
| `sql` | [`/v1/sql`][ref-ref-sql] | ✅ Yes |
133-
| `jobs` | [`/v1/pre-aggregations/jobs`][ref-ref-paj] | ❌ No |
134-
| No scope | `/livez`, `/readyz` | ✅ Yes, always |
127+
| API scope | REST API endpoints | Accessible by default? |
128+
| --- | --- | --- |
129+
| `meta` | [`/v1/meta`][ref-ref-meta] | ✅ Yes |
130+
| `data` | [`/v1/load`][ref-ref-load] | ✅ Yes |
131+
| `graphql` | `/graphql` | ✅ Yes |
132+
| `jobs` | [`/v1/pre-aggregations/jobs`][ref-ref-paj] | ❌ No |
133+
| No scope | `/livez`, `/readyz` | ✅ Yes |
135134

136135
You can set accessible API scopes _for all requests_ using the
137136
`CUBEJS_DEFAULT_API_SCOPES` environment variable. For example, to disallow

0 commit comments

Comments
 (0)