From 44d7b29a9554f3a359a57c3fafc6702f212456ee Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 11 Dec 2019 14:31:16 +0100 Subject: clarify status code --- core/api-sync.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'core') diff --git a/core/api-sync.rst b/core/api-sync.rst index 52415071..0b692b2d 100644 --- 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 -- cgit v1.2.3