Skip to content

Commit edbc80d

Browse files
committed
s2s/keys: clarify minimum_valid_until_ts query
Signed-off-by: famfo <[email protected]>
1 parent 67a2aa4 commit edbc80d

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 indicating until when the returned
38+
keys MUST at least be valid.
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 indicating until when
102+
the returned keys MUST at least be valid.
104103
105104
If not supplied, the current time as determined by the notary
106105
server is used.

0 commit comments

Comments
 (0)