docs: fix and improve details on sending authenticated requests with API token (#10744)

* docs: fix and improve details on sending authenticated requests with API token

* fix security schema
This commit is contained in:
Shahed Nasser
2024-12-26 14:26:57 +02:00
committed by GitHub
parent ce51c36ecf
commit b9e7090842
7 changed files with 73 additions and 31 deletions
@@ -16,7 +16,7 @@ To use Medusa's JS SDK library, install the following packages in your project (
npm install @medusajs/js-sdk@latest @medusajs/types@latest
```
Learn more about the JS SDK in [this documentation](!resources!/js-sdk).
Learn more about the JS SDK and how to configure it in [this documentation](!resources!/js-sdk).
### Download Full Reference