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

Correct docs about extraction order (missed in prior PR).

parent 5429dd71
No related branches found
No related tags found
1 merge request!128Add an interface for inserting tokens
...@@ -115,7 +115,7 @@ The elements of the list are objects like the one returned by issuing a **GET** ...@@ -115,7 +115,7 @@ The elements of the list are objects like the one returned by issuing a **GET**
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This endpoint allows an external agent to retrieve unused unblinded tokens present in the node's database. This endpoint allows an external agent to retrieve unused unblinded tokens present in the node's database.
Unblinded tokens are returned in ascending text sorted order. Unblinded tokens are returned in a stable order.
This order matches the order in which tokens will be used by the system. This order matches the order in which tokens will be used by the system.
This endpoint accepts several query arguments: This endpoint accepts several query arguments:
......
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