summaryrefslogtreecommitdiff
path: root/anastasis.rst
diff options
context:
space:
mode:
Diffstat (limited to 'anastasis.rst')
-rw-r--r--anastasis.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/anastasis.rst b/anastasis.rst
index 2fae8c0d..8ebe269f 100644
--- a/anastasis.rst
+++ b/anastasis.rst
@@ -1902,7 +1902,7 @@ The reducer will simply transition to the ``SECRET_EDITING`` state:
{
"backup_state": "SECRET_EDITING",
"upload_fees" : [ "KUDOS:42" ]
- "expiration" : { "FIXME_ms" : 1245362362 }
+ "expiration" : { "t_ms" : 1245362362 }
}
Here, ``upload_fees`` is an array of applicable upload fees for the
@@ -1929,7 +1929,7 @@ for example:
"mime" : "text/plain"
},
"name": "$NAME",
- "expiration" : { "FIXME_ms" : 1245362362 }
+ "expiration" : { "t_ms" : 1245362362 }
}
If the application is unaware of the format, it set the ``mime`` field to ``null``.
@@ -1945,7 +1945,7 @@ be updated.
"backup_state": "SECRET_EDITING",
"core_secret" : "$DATA",
"secret_name" : "$NAME",
- "expiration" : { "FIXME_ms" : 1245362362 },
+ "expiration" : { "t_ms" : 1245362362 },
"upload_fees" : [ "KUDOS:42" ]
}
@@ -1958,7 +1958,7 @@ and to update the associated cost. For example:
.. code-block:: javascript
{
- "expiration" : { "FIXME_ms" : 1245362362 }
+ "expiration" : { "t_ms" : 1245362362 }
}
The reducer remains in the ``SECRET_EDITING`` state, but the
@@ -1968,8 +1968,8 @@ expiration time and cost calculation will be updated.
{
"backup_state": "SECRET_EDITING",
- "expiration" : { "FIXME_ms" : 1245362362 },
- "upload_fees" : [ "KUDOS:43" ]
+ "expiration" : { "t_ms" : 1245362362 },
+ "upload_fees" : [ { "fee": "KUDOS:43" } ]
}