Skip to content

Commit 3bb26e5

Browse files
Merge pull request #77 from AlexicaWright/cherry-pick-75
Cherry pick 75
2 parents 58f44d3 + a2251a3 commit 3bb26e5

File tree

4 files changed

+21
-1
lines changed

4 files changed

+21
-1
lines changed

modules/ROOT/pages/actions/index.adoc

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
[[http-api-actions]]
44
= Cypher transaction API
55

6+
[WARNING]
7+
====
8+
The HTTP API is currently not available on link:{neo4j-docs-base-uri}/aura[Neo4j Aura].
9+
====
10+
611
There are several _actions_ that can be performed using the Cypher transaction HTTP endpoint.
712

813
*Concepts:*

modules/ROOT/pages/discovery.adoc

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
[[http-api-discovery]]
44
= Discovery API
55

6+
[WARNING]
7+
====
8+
The HTTP API is currently not available on link:{neo4j-docs-base-uri}/aura[Neo4j Aura].
9+
====
10+
611
The HTTP API uses the port `7474` for HTTP and the port `7473` for HTTPS.
712

813
[TIP]

modules/ROOT/pages/index.adoc

+6-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
[[http-api]]
44
= HTTP API
55

6+
[WARNING]
7+
====
8+
The HTTP API is currently not available on link:{neo4j-docs-base-uri}/aura[Neo4j Aura].
9+
====
10+
611
[discrete]
712
== Neo4j v{neo4j-version}
813

@@ -14,7 +19,7 @@ ifdef::backend-pdf[]
1419
License: Creative Commons 4.0
1520
endif::[]
1621

17-
Transactional Cypher HTTP endpoint.
22+
Transactional Cypher HTTP endpoint.
1823

1924
This manual covers the following areas:
2025

modules/ROOT/pages/introduction.adoc

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
[[http-api-introduction]]
44
= Introduction
55

6+
[WARNING]
7+
====
8+
The HTTP API is currently not available on link:{neo4j-docs-base-uri}/aura[Neo4j Aura].
9+
====
10+
611
The Neo4j transactional HTTP endpoint allows you to execute a series of Cypher statements within the scope of a transaction.
712
The transaction may be kept open across multiple HTTP requests, until the client chooses to commit or roll back.
813
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

Comments
 (0)