summaryrefslogtreecommitdiff
path: root/doc/sphinx/reducer.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/sphinx/reducer.rst')
-rw-r--r--doc/sphinx/reducer.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/sphinx/reducer.rst b/doc/sphinx/reducer.rst
index c9357c9..1c69971 100644
--- a/doc/sphinx/reducer.rst
+++ b/doc/sphinx/reducer.rst
@@ -1055,7 +1055,7 @@ The reducer will simply transition to the ``SECRET_EDITING`` state:
{
"backup_state": "SECRET_EDITING",
- "upload_fees" : [ "KUDOS:42" ],
+ "upload_fees" : [ { "fee": "KUDOS:42" } ],
"expiration" : { "t_ms" : 1245362362 }
}
@@ -1101,7 +1101,7 @@ be updated.
"mime" : "text/plain"
},
"expiration" : { "t_ms" : 1245362362 },
- "upload_fees" : [ "KUDOS:42" ]
+ "upload_fees" : [ { "fee": "KUDOS:42" } ]
}
@@ -1160,7 +1160,7 @@ expiration time and cost calculation will be updated.
{
"backup_state": "SECRET_EDITING",
"expiration" : { "t_ms" : 1245362362 },
- "upload_fees" : ["KUDOS:43"]
+ "upload_fees" : [ { "fee": "KUDOS:43" } ]
}