summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-12-11 14:31:16 +0100
committerChristian Grothoff <christian@grothoff.org>2019-12-11 14:31:26 +0100
commit44d7b29a9554f3a359a57c3fafc6702f212456ee (patch)
tree6aba794e495a627737941b6c1bfed8658c1c9bb5
parent51dc282f32e544744085bc49ccad4593e104900b (diff)
downloaddocs-44d7b29a9554f3a359a57c3fafc6702f212456ee.tar.gz
docs-44d7b29a9554f3a359a57c3fafc6702f212456ee.tar.bz2
docs-44d7b29a9554f3a359a57c3fafc6702f212456ee.zip
clarify status code
-rw-r--r--core/api-sync.rst6
1 files changed, 3 insertions, 3 deletions
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