taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 5d3512ce0927d6af81fbf247ab60bd9752d87d3c
parent 8d79088ebea05339ad090b3bad1ebef1c1a94a85
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Wed,  7 Apr 2021 04:01:01 -0400

mark up ‘TruthUploadRequest’

Diffstat:
Manastasis.rst | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/anastasis.rst b/anastasis.rst @@ -768,7 +768,7 @@ charge per truth operation using GNU Taler. .. http:get:: /truth/$UUID[?response=$H_RESPONSE] Get the stored encrypted key share. If ``$H_RESPONSE`` is specified by the client, the server checks - if ``$H_RESPONSE`` matches the expected response specified before within the TruthUploadRequest_ (see encrypted_truth). + if ``$H_RESPONSE`` matches the expected response specified before within the `TruthUploadRequest`_ (see encrypted_truth). Also, the user has to provide the correct *truth_encryption_key* with every get request (see below). When ``$H_RESPONSE`` is correct, the server responds with the encrypted key share. The encrypted key share is returned simply as a byte array and not in JSON format.