fix: quote <MY_TOKEN> as < prevented rendering #11

Merged
minotti_c merged 1 commits from upgrade_fix into main 2025-12-05 09:47:50 +01:00

View File

@@ -24,8 +24,8 @@ If you are using pmodules, no changes are required, otherwise:
Some APIs have been updated. This affects you only if you interact directly with the SciCat APIs.
1. You can already find and compare the new API specifications from our [QA environment](https://dacat-qa.psi.ch/explorer).
2. Authorization update: API authorization now requires passing your token in the Authorization header, prefixed with Bearer, i.e. Bearer <MY_TOKEN>.
3. Login endpoint: API login is now available at "/auth/login" rather than "users/login".
2. Authorization update: API authorization now requires passing your token in the **Authorization header**, prefixed with Bearer, i.e. `Bearer <MY_TOKEN>`.
3. Login endpoint: API login is now available at `/auth/login` rather than `users/login`.
### Recieving updates notifications