From eb9b44885e6e2270bb1ace751f66d942ab054d54 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Thu, 17 May 2018 14:01:46 -0400 Subject: [PATCH] simple naming mistake this must be a different endpoint or it is ambiguous with bucket interactions. plus it makes more sense that "place where storage indexes are" is different from "place where buckets are" although I am still uncomfortable with the idea that "storage indexes" are things and not ... indexes ... --- docs/proposed/http-storage-node-protocol.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/proposed/http-storage-node-protocol.rst b/docs/proposed/http-storage-node-protocol.rst index 7850868f5..e9a37278d 100644 --- a/docs/proposed/http-storage-node-protocol.rst +++ b/docs/proposed/http-storage-node-protocol.rst @@ -138,7 +138,7 @@ Shares are immutable data stored in buckets. Writing ~~~~~~~ -``POST /v1/buckets/:storage_index`` +``POST /v1/storage/:storage_index`` !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Create some new buckets in which to store some shares.