Changeset 65f7113 in trunk


Ignore:
Timestamp:
2021-08-17T18:10:50Z (4 years ago)
Author:
Jean-Paul Calderone <exarkun@…>
Branches:
master
Children:
47dfe5d
Parents:
23212fc
Message:

Spell the endpoint correctly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified docs/proposed/http-storage-node-protocol.rst

    r23212fc r65f7113  
    5855851. Create a bucket for storage index ``AAAAAAAAAAAAAAAA`` to hold two immutable shares, discovering that share ``1`` was already uploaded::
    586586
    587      PUT /v1/immutable/AAAAAAAAAAAAAAAA
     587     POST /v1/immutable/AAAAAAAAAAAAAAAA
    588588     {"renew-secret": "efgh", "cancel-secret": "ijkl",
    589589      "share-numbers": [1, 7], "allocated-size": 48}
Note: See TracChangeset for help on using the changeset viewer.