File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -92,9 +92,11 @@ If the counter is lost or stale, a rescan rebuilds it.
9292
9393** Operations:**
9494
95- - ` create(namespace, fields) ` — scan for the next available ID, create a new ref with an initial commit containing the given tree. Retry on conflict.
95+ - ` create(namespace, fields) ` — scan for the next available ID, create a new ref with an initial commit containing the given tree.
96+ Retry on conflict.
9697- ` read(namespace, id) ` — read the current tree at a record's ref.
97- - ` update(namespace, id, mutations) ` — commit a new tree to the record's ref. The previous state is preserved in history.
98+ - ` update(namespace, id, mutations) ` — commit a new tree to the record's ref.
99+ The previous state is preserved in history.
98100- ` list(namespace) ` — prefix scan over ` refs/<namespace>/ ` to enumerate records.
99101- ` history(namespace, id) ` — walk the commit chain on a record's ref.
100102
You can’t perform that action at this time.
0 commit comments