summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-04-07 04:01:15 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-04-07 04:01:15 -0400
commit02bbcb92e7df261f1c33cfd6d74ba35c872008cb (patch)
tree60b9435d440894996ef3cd819b8e8f798c895ce7
parent5d3512ce0927d6af81fbf247ab60bd9752d87d3c (diff)
downloaddocs-02bbcb92e7df261f1c33cfd6d74ba35c872008cb.tar.gz
docs-02bbcb92e7df261f1c33cfd6d74ba35c872008cb.tar.bz2
docs-02bbcb92e7df261f1c33cfd6d74ba35c872008cb.zip
mark up ‘encrypted_truth’
-rw-r--r--anastasis.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/anastasis.rst b/anastasis.rst
index 23e5942d..bdc0e496 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.