mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-23 14:52:26 +00:00
make containers plural I suppose
This commit is contained in:
parent
1d3f9715f8
commit
4e99f22c2b
@ -214,7 +214,7 @@ Slots are mutable data.
|
||||
Writing
|
||||
~~~~~~~
|
||||
|
||||
``POST /v1/slot/:storage_index``
|
||||
``POST /v1/slots/:storage_index``
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
|
||||
General purpose test-read-and-set operation for mutable slots.
|
||||
@ -262,7 +262,7 @@ For example::
|
||||
Reading
|
||||
~~~~~~~
|
||||
|
||||
``POST /v1/slot/:storage_index``
|
||||
``POST /v1/slots/:storage_index``
|
||||
|
||||
Read a vector from the numbered shares associated with the given storage index.
|
||||
The request body contains the share numbers and read vector.
|
||||
|
Loading…
Reference in New Issue
Block a user