diff --git a/docs/apis-tools/camunda-api-rest/camunda-api-rest-overview.md b/docs/apis-tools/camunda-api-rest/camunda-api-rest-overview.md index 550f34a32b..046d3a5e06 100644 --- a/docs/apis-tools/camunda-api-rest/camunda-api-rest-overview.md +++ b/docs/apis-tools/camunda-api-rest/camunda-api-rest-overview.md @@ -27,13 +27,14 @@ See [the interactive Camunda 8 REST API Explorer][camunda-api-explorer] for spec ### Query API :::warning -Query API endpoints do not currently support [resource authorizations][resource authorizations], and can be used to expand user access to restricted resources. If you use resource permissions, allowing public access to those endpoints is not recommended. +Query API endpoints do not currently support [resource authorizations][], and can be used to expand user access to restricted resources. If you use resource permissions, allowing public access to those endpoints is not recommended. ::: -All Query API endpoints contain an `(experimental)` declaration. Those endpoints are not accessible by default in Camunda 8 clusters. +All Query API endpoints contain an `(alpha)` declaration. Those endpoints are not accessible by default in Camunda 8 clusters. -You can enable the experimental search endpoints by setting either the configuration property `camunda.rest.query.enabled` to `true`, +You can enable the [alpha feature][] search endpoints by setting either the configuration property `camunda.rest.query.enabled` to `true`, or the environment variable `CAMUNDA_REST_QUERY_ENABLED` to `true`. [camunda-api-explorer]: ./specifications/camunda-8-rest-api.info.mdx [resource authorizations]: /self-managed/concepts/access-control/resource-authorizations.md +[alpha feature]: /reference/alpha-features.md