diff --git a/modules/ROOT/pages/actions/index.adoc b/modules/ROOT/pages/actions/index.adoc index f900fff..f37aeab 100644 --- a/modules/ROOT/pages/actions/index.adoc +++ b/modules/ROOT/pages/actions/index.adoc @@ -3,6 +3,11 @@ [[http-api-actions]] = Cypher transaction API +[WARNING] +==== +The HTTP API is currently not available on link:{neo4j-docs-base-uri}/aura[Neo4j Aura]. +==== + There are several _actions_ that can be performed using the Cypher transaction HTTP endpoint. *Concepts:* diff --git a/modules/ROOT/pages/discovery.adoc b/modules/ROOT/pages/discovery.adoc index 226337e..b2aee81 100644 --- a/modules/ROOT/pages/discovery.adoc +++ b/modules/ROOT/pages/discovery.adoc @@ -3,6 +3,11 @@ [[http-api-discovery]] = Discovery API +[WARNING] +==== +The HTTP API is currently not available on link:{neo4j-docs-base-uri}/aura[Neo4j Aura]. +==== + The HTTP API uses the port `7474` for HTTP and the port `7473` for HTTPS. [TIP] diff --git a/modules/ROOT/pages/index.adoc b/modules/ROOT/pages/index.adoc index b177661..c7f56f6 100644 --- a/modules/ROOT/pages/index.adoc +++ b/modules/ROOT/pages/index.adoc @@ -3,6 +3,11 @@ [[http-api]] = HTTP API +[WARNING] +==== +The HTTP API is currently not available on link:{neo4j-docs-base-uri}/aura[Neo4j Aura]. +==== + [discrete] == Neo4j v{neo4j-version} @@ -14,7 +19,7 @@ ifdef::backend-pdf[] License: Creative Commons 4.0 endif::[] -Transactional Cypher HTTP endpoint. +Transactional Cypher HTTP endpoint. This manual covers the following areas: diff --git a/modules/ROOT/pages/introduction.adoc b/modules/ROOT/pages/introduction.adoc index 7897f32..42d3d01 100644 --- a/modules/ROOT/pages/introduction.adoc +++ b/modules/ROOT/pages/introduction.adoc @@ -3,6 +3,11 @@ [[http-api-introduction]] = Introduction +[WARNING] +==== +The HTTP API is currently not available on link:{neo4j-docs-base-uri}/aura[Neo4j Aura]. +==== + The Neo4j transactional HTTP endpoint allows you to execute a series of Cypher statements within the scope of a transaction. The transaction may be kept open across multiple HTTP requests, until the client chooses to commit or roll back. 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.