Skip to content
Snippets Groups Projects
Commit 067a597d authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

Fix the URIs

parent 7b479647
No related branches found
No related tags found
1 merge request!175Add an HTTP API for price calculation
......@@ -137,7 +137,7 @@ The response is **OK** with ``application/json`` content-type response body like
The elements of the list are objects like the one returned by issuing a **GET** to a child of this collection resource.
``GET /storage-plugins/privatestorageio/zkapauthz-v1/unblinded-token``
``GET /storage-plugins/privatestorageio-zkapauthz-v1/unblinded-token``
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This endpoint allows an external agent to retrieve unused unblinded tokens present in the node's database.
......@@ -165,7 +165,7 @@ If it has run,
* ``when``: associated with an ISO8601 datetime string giving the approximate time the process ran
* ``count``: associated with a number giving the number of passes which would need to be spent to renew leases on all stored objects seen during the lease maintenance activity
``POST /storage-plugins/privatestorageio/zkapauthz-v1/unblinded-token``
``POST /storage-plugins/privatestorageio-zkapauthz-v1/unblinded-token``
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This endpoint allows an external agent to insert new unblinded tokens into the node's database.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment