From 24d0f000b359dd9e7b73fd69923370cda26be4e7 Mon Sep 17 00:00:00 2001 From: Galen Guyer Date: Tue, 13 Sep 2022 16:37:46 -0400 Subject: [PATCH] Fix missing code block end --- APIDOCS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/APIDOCS.md b/APIDOCS.md index b5777dc6..6e614a60 100644 --- a/APIDOCS.md +++ b/APIDOCS.md @@ -1924,7 +1924,7 @@ WHERE: - `token`: The session token generated by the `login` call. - `zone`: The name of the primary zone to sign. - `algorithm`: The algorithm to be used for signing. Valid values are [`RSA`, `ECDSA`]. -- `hashAlgorithm` (optional): The hash algorithm to be used when using `RSA` algorithm. Valid values are [`MD5`, `SHA1, `SHA256`, `SHA512`]. This optional parameter is required when using `RSA` algorithm. +- `hashAlgorithm` (optional): The hash algorithm to be used when using `RSA` algorithm. Valid values are [`MD5`, `SHA1`, `SHA256`, `SHA512`]. This optional parameter is required when using `RSA` algorithm. - `kskKeySize` (optional): The size of the Key Signing Key (KSK) in bits to be used when using `RSA` algorithm. This optional parameter is required when using `RSA` algorithm. - `zskKeySize` (optional): The size of the Zone Signing Key (ZSK) in bits to be used when using `RSA` algorithm. This optional parameter is required when using `RSA` algorithm. - `curve` (optional): The name of the curve to be used when using `ECDSA` algorithm. Valid values are [`P256`, `P384`]. This optional parameter is required when using `ECDSA` algorithm. @@ -4000,4 +4000,4 @@ RESPONSE: "response": {}, "status": "ok" } -``` \ No newline at end of file +```