From d06de942b28c6338ffb6da1d913bc726b73209bd Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Mon, 13 Apr 2020 09:22:18 -0400 Subject: [PATCH] Correct docs about extraction order (missed in prior PR). --- docs/source/interface.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/interface.rst b/docs/source/interface.rst index afb2cc7..b4ea55c 100644 --- a/docs/source/interface.rst +++ b/docs/source/interface.rst @@ -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. -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 endpoint accepts several query arguments: -- GitLab