client-selected resource identifier -> PUT

This commit is contained in:
Jean-Paul Calderone 2018-05-15 09:42:20 -04:00
parent 5b35f591f1
commit 73d903ad96

View File

@ -132,13 +132,13 @@ For example::
Writing
-------
``POST /v1/buckets``
``PUT /v1/storage/:storage_index``
Create some new buckets in which to store some shares.
Details of the buckets to create are encoded in the request body.
For example::
{"storage_index": "abcd", "renew_secret": "efgh", "cancel_secret": "ijkl",
{"renew_secret": "efgh", "cancel_secret": "ijkl",
"sharenums": [1, 7, ...], "allocated_size": 12345}
The response body includes encoded information about the created buckets.