Clarify how /isvalid is meant to always be truthful

pull/1505/head
Travis Ralston 6 years ago
parent a556e33eb9
commit 3de50cbc7f

@ -56,7 +56,8 @@ paths:
get:
summary: Check whether a long-term public key is valid.
description: |-
Check whether a long-term public key is valid. The request must be idempotent.
Check whether a long-term public key is valid. The response should always
be the same, provided the key exists.
operationId: isPubKeyValid
parameters:
- in: query

Loading…
Cancel
Save