Skip to content

Commit 1583a12

Browse files
committed
s2s/keys: clarify minimum_valid_until_ts query
Signed-off-by: famfo <famfo@famfo.xyz>
1 parent fea0b92 commit 1583a12

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

data/api/server-server/keys_query.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ paths:
3434
- in: query
3535
name: minimum_valid_until_ts
3636
description: |-
37-
A millisecond POSIX timestamp in milliseconds indicating when the returned
38-
certificates will need to be valid until to be useful to the requesting server.
37+
A millisecond POSIX timestamp. The returned keys MUST be valid
38+
until at least this timestamp.
3939
4040
If not supplied, the current time as determined by the notary server is used.
4141
required: false
@@ -98,9 +98,8 @@ paths:
9898
type: integer
9999
format: int64
100100
description: |-
101-
A millisecond POSIX timestamp in milliseconds indicating when
102-
the returned certificates will need to be valid until to be
103-
useful to the requesting server.
101+
A millisecond POSIX timestamp. The returned keys
102+
MUST be valid until at least this timestamp.
104103
105104
If not supplied, the current time as determined by the notary
106105
server is used.

0 commit comments

Comments
 (0)