From 3de50cbc7f9b9187b426108f810eab9516586560 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Fri, 17 Aug 2018 09:49:09 -0600 Subject: [PATCH] Clarify how /isvalid is meant to always be truthful --- api/identity/pubkey.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api/identity/pubkey.yaml b/api/identity/pubkey.yaml index 5ea6341f..1cd7b94c 100644 --- a/api/identity/pubkey.yaml +++ b/api/identity/pubkey.yaml @@ -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