HTTP API endpoints
This section describes breaking changes for the Neo4j HTTP API endpoints.
The HTTP API endpoints accommodate multi-database features.
For example, the URI to begin a transaction has changed from http://localhost:7474/db/data/transaction to http://localhost:33471/db/neo4j/tx.
More generally, the HTTP API endpoints follow the pattern: http://localhost:33471/db/<database_name>/tx.