taler-docs

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

commit 44d7b29a9554f3a359a57c3fafc6702f212456ee
parent 51dc282f32e544744085bc49ccad4593e104900b
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed, 11 Dec 2019 14:31:16 +0100

clarify status code

Diffstat:
Mcore/api-sync.rst | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/core/api-sync.rst b/core/api-sync.rst @@ -260,9 +260,6 @@ Receiving Terms of Service :status 400 Bad request: Most likely, the uploaded body is too short (less than 32 bytes). - :status 401 Unauthorized: - The signature is invalid or missing (or body does not match). - :status 402 Payment required: The synchronization service requires payment before the account can continue to be used. The fulfillment URL @@ -270,6 +267,9 @@ Receiving Terms of Service by the client. The contract should be shown to the user in the canonical dialog, possibly in a fresh tab. + :status 403 Forbidden: + The signature is invalid or missing (or body does not match). + :status 409 Conflict: The server has a more recent version than what is given in "If-Match". The more recent version is returned. The