changelogs/s2s: add minimum_valid_until_ts clarification

This commit is contained in:
famfo 2025-08-06 22:10:18 +02:00
parent 7f35431eb7
commit 0a76482118
No known key found for this signature in database
2 changed files with 3 additions and 2 deletions

View file

@ -0,0 +1 @@
Clarify what the `minimum_valid_until_ts` field means when it is set in key queries.

View file

@ -37,7 +37,7 @@ paths:
A millisecond POSIX timestamp. The returned keys SHOULD be valid
until at least this timestamp.
If not supplied, the notary server SHOULD use the current time.
If not supplied, the notary server MUST use the current time.
required: false
example: 1234567890
schema:
@ -101,7 +101,7 @@ paths:
A millisecond POSIX timestamp. The returned keys
SHOULD be valid until at least this timestamp.
If not supplied, the notary server SHOULD use the
If not supplied, the notary server MUST use the
current time.
example: 1234567890
required: