From d011c2f93607a2a8c062f2f11a60f30d4d9f1b2d Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Thu, 17 May 2018 14:11:32 -0400 Subject: [PATCH] rst twiddles --- docs/proposed/http-storage-node-protocol.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/proposed/http-storage-node-protocol.rst b/docs/proposed/http-storage-node-protocol.rst index e9a37278d..b06b3c72f 100644 --- a/docs/proposed/http-storage-node-protocol.rst +++ b/docs/proposed/http-storage-node-protocol.rst @@ -204,7 +204,7 @@ For example:: Read data from the indicated bucket. The data is returned raw (i.e., ``application/octet-stream``). -Range requests may be made to read only part of a bucket. +*Range* requests may be made to read only part of a bucket. Slots ----- @@ -215,7 +215,7 @@ Writing ~~~~~~~ ``POST /v1/slots/:storage_index`` -!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! +!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! General purpose test-read-and-set operation for mutable slots. The request body includes the secrets necessary to write to the slot @@ -263,6 +263,7 @@ Reading ~~~~~~~ ``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.