summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-04-07 04:01:01 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-04-07 04:01:01 -0400
commit5d3512ce0927d6af81fbf247ab60bd9752d87d3c (patch)
tree19ebf9422db76d14a776e48f2ed896d0b593ce4e
parent8d79088ebea05339ad090b3bad1ebef1c1a94a85 (diff)
downloaddocs-5d3512ce0927d6af81fbf247ab60bd9752d87d3c.tar.gz
docs-5d3512ce0927d6af81fbf247ab60bd9752d87d3c.tar.bz2
docs-5d3512ce0927d6af81fbf247ab60bd9752d87d3c.zip
mark up ‘TruthUploadRequest’
-rw-r--r--anastasis.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/anastasis.rst b/anastasis.rst
index 43e261c3..23e5942d 100644
--- 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.