Skip to content

Commit 9fe40c1

Browse files
Mention HTTP API.
1 parent 6dc6113 commit 9fe40c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/ROOT/pages/index.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@
55
= Introduction
66

77
[NOTE]
8-
The Query API is enabled by default.
8+
The Query API is enabled by default.
99
It was however disabled by default on self-managed instances versions < 5.25.
1010
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`].
1111

1212
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].
1314

1415
The main use case of the API is for developing client applications in languages for which there is no supported library.
1516
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

Comments
 (0)