You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/index.adoc
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,11 +5,12 @@
5
5
= Introduction
6
6
7
7
[NOTE]
8
-
The Query API is enabled by default.
8
+
The Query API is enabled by default.
9
9
It was however disabled by default on self-managed instances versions < 5.25.
10
10
To enable it on those deployments, add `QUERY_API_ENDPOINTS` to the configuration setting link:https://neo4j.com/docs/operations-manual/current/configuration/configuration-settings/#config_server.http_enabled_modules[`server.http_enabled_modules`].
11
11
12
12
The Query API allows to execute Cypher statements against a Neo4j server through HTTP requests.
13
+
This API supersedes the deprecated link:https://neo4j.com/docs/http-api/current/[HTTP API].
13
14
14
15
The main use case of the API is for developing client applications in languages for which there is no supported library.
15
16
If there exists an official library (driver) for the language you are using, consider using that instead -- see link:{neo4j-docs-base-uri}/create-applications/[Create applications].
0 commit comments