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/introduction.adoc
+5
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,11 @@
3
3
[[http-api-introduction]]
4
4
= Introduction
5
5
6
+
[WARNING]
7
+
====
8
+
The HTTP API is currently not available on link:{neo4j-docs-base-uri}/aura[Neo4j Aura].
9
+
====
10
+
6
11
The Neo4j transactional HTTP endpoint allows you to execute a series of Cypher statements within the scope of a transaction.
7
12
The transaction may be kept open across multiple HTTP requests, until the client chooses to commit or roll back.
8
13
Each HTTP request can include a list of statements, and for convenience you can include statements along with a request to begin or commit a transaction.
0 commit comments