diff options
author | Thien-Thi Nguyen <ttn@gnuvola.org> | 2020-11-28 00:31:29 -0500 |
---|---|---|
committer | Thien-Thi Nguyen <ttn@gnuvola.org> | 2020-11-28 00:31:29 -0500 |
commit | c1c8c5fa3c115dac0db6c29173caa0b431a34ef2 (patch) | |
tree | ce82d178ab853c0dc3e5e5bc72cd6d4084297ff7 | |
parent | 58b8390e280ab02f3d5a73604e5a28d4111badcb (diff) | |
download | docs-c1c8c5fa3c115dac0db6c29173caa0b431a34ef2.tar.gz docs-c1c8c5fa3c115dac0db6c29173caa0b431a34ef2.tar.bz2 docs-c1c8c5fa3c115dac0db6c29173caa0b431a34ef2.zip |
mark up ‘$ACCOUNT_PUB’
-rw-r--r-- | anastasis.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/anastasis.rst b/anastasis.rst index 36e472c..7f173f1 100644 --- a/anastasis.rst +++ b/anastasis.rst @@ -558,7 +558,7 @@ In the following, UUID is always defined and used according to `RFC 4122`_. The same encrypted recovery document was previously accepted and stored. "Anastasis-Version" header indicates what version was previously assigned to this encrypted recovery document. :http:statuscode:`400 Bad request`: - The $ACCOUNT_PUB is not an EdDSA public key or mandatory headers are missing. + The ``$ACCOUNT_PUB`` is not an EdDSA public key or mandatory headers are missing. The response body MUST elaborate on the error using a Taler error code in the typical JSON encoding. :http:statuscode:`402 Payment required`: The account's balance is too low for the specified operation. |