From 696236e76bdd1bcaa6709447031c12083338e8b0 Mon Sep 17 00:00:00 2001 From: Linty Date: Wed, 29 Oct 2025 13:00:24 +0100 Subject: [PATCH] fixes #2426 move authorization section into test section Moved API key authentication input from a separate card to the test form section for improved clarity. Updated related CSS for better layout and consistency, and adjusted descriptions to highlight API key usage in Piwigo 16. --- tools/ws.htm | 26 +++++++++++--------------- tools/ws/ws.css | 13 +++++++------ 2 files changed, 18 insertions(+), 21 deletions(-) diff --git a/tools/ws.htm b/tools/ws.htm index 296f471c7..7c52683a9 100644 --- a/tools/ws.htm +++ b/tools/ws.htm @@ -75,6 +75,11 @@ This page lists all API methods available on your Piwigo installation, part of the Piwigo core or added by third-party plugins. For each method you can consult required and optional parameters, and even test them in direct live!

+ +

Introduced in Piwigo 16, you can now use an API key in the HTTP header + to perform authenticated requests without a user session. + For more details, check out our documentation. +

For more information you can consult our Wiki Piwigo Web API and our forums. @@ -84,21 +89,6 @@