reduce verticality

This commit is contained in:
Jean-Paul Calderone 2018-05-15 15:27:26 -04:00
parent 5f88cd0687
commit 6b72750397

View File

@ -145,10 +145,7 @@ For example::
The response body includes encoded information about the created buckets.
For example::
{"already_have": [1, ...],
"allocated": {7: "bucket_id", ...}}
{"already_have": [1, ...], "allocated": {7: "bucket_id", ...}}
Discussion
``````````