Skip to content

Commit b0cf36c

Browse files
Editorial update
1 parent 23c1ebf commit b0cf36c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

modules/ROOT/content-nav.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
** xref:actions/commit-an-open-transaction.adoc[]
1414
** xref:actions/rollback-an-open-transaction.adoc[]
1515
** xref:actions/begin-and-commit-a-transaction-in-one-request.adoc[]
16+
** xref:actions/legacy-endpoints.adoc[]
1617
** xref:actions/execute-multiple-statements.adoc[]
1718
** xref:actions/include-query-statistics.adoc[]
1819
** xref:actions/return-results-in-graph-format.adoc[]

modules/ROOT/pages/actions/legacy-endpoints.adoc

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,24 @@
11
:description: Legacy endpoints.
22

33
[[http-api-legacy-endpoints]]
4-
= Legacy Endpoints label:deprecated[]
4+
= [deprecated]#Legacy Endpoints#
55

66
[IMPORTANT]
77
====
88
The API described in this section of the manual has been deprecated and will be removed in Neo4j 5.0.
99
====
1010

11-
For backwards compatibility with neo4j 3.5, it is still possible to
12-
use the HTTP API without specifying the database in the URL. For example:
11+
For backwards compatibility with neo4j 3.5, it is still possible to use the HTTP API without specifying the database in the URL.
12+
For example:
1313

1414
`http://localhost:7474/db/data/transaction/commit`.
1515

1616
Since the database is not specified, the statements will be executed against the user's _home database_.
1717

18-
All endpoints in this manual can also be executed against the legacy API where `db/<database-name>` is replaced with `db/data/transaction`. The input format and output formata are identical for both the legacy API and the current API.
18+
All endpoints can also be executed against the legacy API, where `db/<database-name>` is replaced with `db/data/transaction`.
19+
The input format and output format are identical for both the legacy API and the current API.
1920

20-
For example beginning and commiting a transaction in a single requests looks as follows:
21+
For example, beginning and committing a transaction in a single requests looks as follows:
2122

2223
_Example request_
2324

@@ -61,5 +62,3 @@ _Example response_
6162
"errors" : [ ]
6263
}
6364
----
64-
65-

0 commit comments

Comments
 (0)