From 9c2803648852a24a29f3fa549b0326c8b3f94564 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Sat, 22 Feb 2025 19:58:31 +0100 Subject: [PATCH] Clarify base64 encoding of IS API key management endpoints MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Kévin Commaille --- data/api/identity/v2_pubkey.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/api/identity/v2_pubkey.yaml b/data/api/identity/v2_pubkey.yaml index 2aaf5f8e..5f08c0c3 100644 --- a/data/api/identity/v2_pubkey.yaml +++ b/data/api/identity/v2_pubkey.yaml @@ -43,7 +43,7 @@ paths: properties: public_key: type: string - description: Unpadded Base64 encoded public key. + description: Public key using standard or URL-safe base64 encoding. required: - public_key examples: @@ -74,7 +74,7 @@ paths: - in: query name: public_key required: true - description: The unpadded base64-encoded public key to check. + description: The unpadded standard or URL-safe base64-encoded public key to check. example: VXuGitF39UH5iRfvbIknlvlAVKgD1BsLDMvBf0pmp7c schema: type: string @@ -105,7 +105,7 @@ paths: - in: query name: public_key required: true - description: The unpadded base64-encoded public key to check. + description: The unpadded standard or URL-safe base64-encoded public key to check. example: VXuGitF39UH5iRfvbIknlvlAVKgD1BsLDMvBf0pmp7c schema: type: string