Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--datastore-redesign.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/datastore-redesign.html b/datastore-redesign.html
index e74250e..4e98594 100644
--- a/datastore-redesign.html
+++ b/datastore-redesign.html
@@ -333,13 +333,13 @@
to-be-saved entry.
</p>
<p>
- If <code>tree_id</code> is empty <code>version_id</code> must be empty as well and both will be newly allocated
- (equivalent to create() in previous API). If only <code>version_id</code> is empty there must not be any entry
+ If <code>tree_id</code> is empty <code>parent_id</code> must be empty as well and both will be newly allocated
+ (equivalent to create() in previous API). If only <code>parent_id</code> is empty there must not be any entry
with the same <code>tree_id</code> already in datastore.
</p>
<p>
Actual file storage and index update happen asynchronously, emitting the
- signal <code>Saved(tree_id, old_version_id, new_version_id)</code> on completion.
+ signal <code>Saved(tree_id, parent_id, child_id)</code> on completion.
</p>
<p>
If <code>path</code> is non-empty it designates a file or directory containing the data and the