From 7e8e4bf147e9068efb170af7ec1e0ce39503e96b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Wed, 29 May 2024 10:42:00 +0200 Subject: [PATCH] Apply review suggestions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Kévin Commaille --- data/api/client-server/cross_signing.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/data/api/client-server/cross_signing.yaml b/data/api/client-server/cross_signing.yaml index 6f3313e0..230dc5dc 100644 --- a/data/api/client-server/cross_signing.yaml +++ b/data/api/client-server/cross_signing.yaml @@ -35,10 +35,10 @@ paths: match the existing keys stored on the server. In other words, the request contains no new keys. - This allows clients to freely upload 1 set of keys, but not modify/overwrite keys if - they already exist. By allowing clients to upload the same set of keys more than once, - this makes this endpoint idempotent in the case where the response is lost over the - network, which would otherwise cause a UIA challenge upon retry. + This allows clients to freely upload one set of keys, but not modify/overwrite keys if + they already exist. Allowing clients to upload the same set of keys more than once + makes this endpoint idempotent in the case where the response is lost over the network, + which would otherwise cause a UIA challenge upon retry. operationId: uploadCrossSigningKeys security: - accessTokenQuery: []