fix: quote <MY_TOKEN> as < prevented rendering
All checks were successful
Build and deploy documentation / build-docs (pull_request) Successful in 6s
Lint markdown files / run-markdownlint (pull_request) Successful in 5s
Build and deploy documentation / deploy-docs (pull_request) Has been skipped
Build and deploy documentation / build-docs (push) Successful in 5s
Build and deploy documentation / deploy-docs (push) Successful in 7s

This commit was merged in pull request #11.
This commit is contained in:
2025-12-04 09:23:22 +01:00
parent a4bf00ece6
commit 779a652f77

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