Skip to content

Commit

Permalink
Use wrong param name
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-boulin committed Oct 23, 2024
1 parent a816da8 commit 021656a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/includes/_authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 021656a

Please sign in to comment.