From e063cbf2f55cd90d469923388661f0f32a1c4bc0 Mon Sep 17 00:00:00 2001 From: Mohammed Ryaan Date: Thu, 12 Feb 2026 02:14:38 +0530 Subject: [PATCH] chore: update jsdoc for hmacv4 TICKET: CAAS-660 --- modules/sdk-hmac/src/hmacv4.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/sdk-hmac/src/hmacv4.ts b/modules/sdk-hmac/src/hmacv4.ts index ccde78c4e1..181f15c646 100644 --- a/modules/sdk-hmac/src/hmacv4.ts +++ b/modules/sdk-hmac/src/hmacv4.ts @@ -175,10 +175,10 @@ export function calculateV4RequestHmac({ * }); * * // Use headers to set: - * // - Auth-Timestamp: headers.timestampSec - * // - HMAC: headers.hmac - * // - X-Body-Hash: headers.bodyHashHex - * // - X-Request-Id: headers.authRequestId + * // - X-Request-Timestamp: headers.timestampSec + * // - X-Signature: headers.hmac + * // - X-Content-SHA256: headers.bodyHashHex + * // - X-Auth-Request-Id: headers.authRequestId * ``` */ export function calculateV4RequestHeaders({