From af6e1157d90dc8976e4f3892a5c1abb9fb0ecdf7 Mon Sep 17 00:00:00 2001 From: Hubert Chathi Date: Tue, 16 Jun 2020 14:23:10 -0400 Subject: [PATCH] version is required when getting keys. Also add some full stops. --- api/client-server/key_backup.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/api/client-server/key_backup.yaml b/api/client-server/key_backup.yaml index 34dce118..a0baccc3 100644 --- a/api/client-server/key_backup.yaml +++ b/api/client-server/key_backup.yaml @@ -130,7 +130,7 @@ paths: example: "anopaquestring" version: type: string - description: The backup version + description: The backup version. example: "1" required: - algorithm @@ -212,7 +212,7 @@ paths: example: "anopaquestring" version: type: string - description: The backup version + description: The backup version. example: "1" required: - algorithm @@ -450,7 +450,7 @@ paths: type: string name: version description: |- - The backup from which to retrieve the key + The backup from which to retrieve the key. required: true x-example: "1" - in: path @@ -645,7 +645,7 @@ paths: type: string name: version description: |- - The backup from which to retrieve the key + The backup from which to retrieve the key. required: true x-example: "1" - in: path @@ -702,7 +702,7 @@ paths: type: string name: version description: |- - The backup from which to delete the key + The backup from which to delete the key. required: true x-example: "1" - in: path @@ -846,8 +846,8 @@ paths: type: string name: version description: |- - The backup from which to retrieve the keys. If omitted, the keys are - retrieved from the current backup. + The backup from which to retrieve the keys. + required: true x-example: "1" responses: 200: