taler-docs

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

commit 94556edd12d00e165de2cd8e10c5ba87a9f28ebf
parent 531503130d9fe5816cb05ff780f57d49b62f8f5b
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Sat, 28 Nov 2020 00:39:53 -0500

mark up ‘$RESPONSE’ (three instances)

Diffstat:
Manastasis.rst | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/anastasis.rst b/anastasis.rst @@ -736,10 +736,10 @@ charge per truth operation using GNU Taler. .. http:get:: /truth/$UUID[?response=$RESPONSE] - Get the stored encrypted key share. If $RESPONSE is specified by the client, the server checks - if $RESPONSE matches the expected response specified before within the TruthUploadRequest_ (see encrypted_truth). + Get the stored encrypted key share. If ``$RESPONSE`` is specified by the client, the server checks + if ``$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 $RESPONSE is correct, the server responses with the encrypted key share. + When ``$RESPONSE`` is correct, the server responses with the encrypted key share. The encrypted key share is returned simply as a byte array and not in JSON format. **Response**: