summaryrefslogtreecommitdiff
path: root/anastasis.rst
diff options
context:
space:
mode:
Diffstat (limited to 'anastasis.rst')
-rw-r--r--anastasis.rst10
1 files changed, 6 insertions, 4 deletions
diff --git a/anastasis.rst b/anastasis.rst
index 8ebe269f..1c4e39ef 100644
--- a/anastasis.rst
+++ b/anastasis.rst
@@ -1901,7 +1901,7 @@ The reducer will simply transition to the ``SECRET_EDITING`` state:
{
"backup_state": "SECRET_EDITING",
- "upload_fees" : [ "KUDOS:42" ]
+ "upload_fees" : [ "KUDOS:42" ],
"expiration" : { "t_ms" : 1245362362 }
}
@@ -1943,7 +1943,7 @@ be updated.
{
"backup_state": "SECRET_EDITING",
- "core_secret" : "$DATA",
+ "core_secret" : { "$anything":"$anything" },
"secret_name" : "$NAME",
"expiration" : { "t_ms" : 1245362362 },
"upload_fees" : [ "KUDOS:42" ]
@@ -2001,7 +2001,8 @@ Example results are thus:
{
"backup_state": "TRUTHS_PAYING",
- "core_secret" : "DATA",
+ "secret_name" : "$NAME",
+ "core_secret" : { "$anything":"$anything" },
"payments": [
"taler://pay/...",
"taler://pay/..."
@@ -2012,7 +2013,8 @@ Example results are thus:
{
"backup_state": "POLICIES_PAYING",
- "core_secret" : "DATA",
+ "secret_name" : "$NAME",
+ "core_secret" : { "$anything":"$anything" },
"payments": [
"taler://pay/...",
"taler://pay/..."