From ca6d75f9c8b1c9638c3d3a39a7f675af3a2d32bf Mon Sep 17 00:00:00 2001 From: Rasmus Dahlberg Date: Mon, 31 Jan 2022 17:22:45 +0100 Subject: fixed documentation issue regarding shard interval --- doc/api.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'doc/api.md') 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 -- cgit v1.2.3