From 18f9dde8b4d6d141bb4e8a2027eb705b39b38d9a Mon Sep 17 00:00:00 2001 From: Linty <137212265+LintyDev@users.noreply.github.com> Date: Tue, 2 Dec 2025 12:06:33 +0100 Subject: [PATCH] add issue link for header changes between 16.0.0 and 16.1.0 --- Piwigo-Web-API.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Piwigo-Web-API.md b/Piwigo-Web-API.md index fced55a..c409fe1 100644 --- a/Piwigo-Web-API.md +++ b/Piwigo-Web-API.md @@ -23,8 +23,8 @@ on Piwigo demo](https://demo1.piwigo.com/tools/ws.htm). Since Piwigo 16, each user can generate one or more personal API keys from their profile. These keys allow secure, stateless access to the Piwigo web API without requiring a user session. -⚠️ Important change between Piwigo 16.0.0 and 16.1.0: -- Use the `X-PIWIGO-API` header instead of `Authorization` when sending API keys. +🚨 Important change between Piwigo 16.0.0 and 16.1.0: +- Use the `X-PIWIGO-API` header instead of `Authorization` when sending API keys.[#2460](https://github.com/Piwigo/Piwigo/issues/2460) ### Generate an API key