Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/ROOT/pages/endpoints.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ For more information, see xref:transactions.adoc#_commit_a_transaction[Run trans

The overall flow of the API is illustrated below, with each box representing a separate HTTP request:

image::http-cypher-transaction-api-flow.png[title="HTTP API flow"]
image::http-cypher-transaction-api-flow.png["Flow diagram of the HTTP API transaction endpoints: from START a transaction is opened with POST /tx (BEGIN), queries run with POST /tx/\{n} (RUN), and it is closed with either POST /tx/\{n}/commit (COMMIT) or DELETE /tx/\{n} (ROLLBACK) before reaching END; a single POST /tx/commit combines BEGIN and COMMIT",title="HTTP API flow"]


[[discovery-api]]
Expand Down