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