You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the database is not specified, the statements will be executed against the user's _home database_.
17
17
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.
19
20
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:
0 commit comments