From 779a652f77c111e39ecb8a49ffc4ecba50a643db Mon Sep 17 00:00:00 2001 From: minotti_c Date: Thu, 4 Dec 2025 09:23:22 +0100 Subject: [PATCH] fix: quote as < prevented rendering --- docs/202601Upgrade.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/202601Upgrade.md b/docs/202601Upgrade.md index 8f6a6ff..8528dea 100644 --- a/docs/202601Upgrade.md +++ b/docs/202601Upgrade.md @@ -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 . -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 `. +3. Login endpoint: API login is now available at `/auth/login` rather than `users/login`. ### Recieving updates notifications -- 2.49.1