From 021656aeb357864b73ef257117aedf9c26b346d2 Mon Sep 17 00:00:00 2001 From: Vincent Boulin Date: Wed, 23 Oct 2024 14:41:14 +0200 Subject: [PATCH] Use wrong param name --- source/includes/_authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/includes/_authentication.md b/source/includes/_authentication.md index 4e6e7b682ec..b777e782f02 100644 --- a/source/includes/_authentication.md +++ b/source/includes/_authentication.md @@ -4,7 +4,7 @@ ```shell curl -X GET "http://api.lemcal.com/api/lemcal/me" \ - -H "Authorization: Basic $(echo -n 'username:password' | base64)" + -H "Authorization: Basic $(echo -n 'userId:apiKey' | base64)" ``` All lemcal API routes are accessed via the dedicated subdomain api.lemcal.com.