aboutsummaryrefslogtreecommitdiff
path: root/doc/api.md
diff options
context:
space:
mode:
authorRasmus Dahlberg <rasmus@mullvad.net>2022-01-31 17:22:45 +0100
committerRasmus Dahlberg <rasmus@mullvad.net>2022-01-31 17:22:45 +0100
commitca6d75f9c8b1c9638c3d3a39a7f675af3a2d32bf (patch)
tree4c98ea1a13faeca205767536b37229e64715126a /doc/api.md
parent148b1cdae56f0110956c18a03c2731a5ceaca3c2 (diff)
fixed documentation issue regarding shard interval
Diffstat (limited to 'doc/api.md')
-rw-r--r--doc/api.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/api.md b/doc/api.md
index 640a10d..05852b1 100644
--- a/doc/api.md
+++ b/doc/api.md
@@ -303,10 +303,12 @@ Input:
Output on success:
- None
-A submission will not be accepted if `signature` is invalid or if the retrieved
-key hash does not match the specified verification key. A submission may also
-not be accepted if the second-level domain name exceeded its rate limit.
-A rate limit should only be charged for the specified domain hint on success.
+A submission will not be accepted if `signature` or `shard_hint` is invalid.
+The retrieved key hash must also match the specified verification key.
+
+A submission may not be accepted if the second-level domain name exceeded its
+rate limit. A rate limit should only be charged for the specified domain hint
+on success.
HTTP status 200 OK must not be returned unless the log has sequenced its Merkle
tree so that the next signed tree head merged the added leaf. A submitter