From 7903f8a29c1e886e3c56b7acf8f5b752bc063e8e Mon Sep 17 00:00:00 2001 From: Linty <137212265+LintyDev@users.noreply.github.com> Date: Fri, 19 Sep 2025 15:52:56 +0200 Subject: [PATCH] add apikey section --- Technical-changes-in-Piwigo-16.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Technical-changes-in-Piwigo-16.md b/Technical-changes-in-Piwigo-16.md index 734cb0f..2260a36 100644 --- a/Technical-changes-in-Piwigo-16.md +++ b/Technical-changes-in-Piwigo-16.md @@ -63,6 +63,10 @@ To this: ); ``` +## API Key + +You can find more details [on our github wiki](https://github.com/Piwigo/Piwigo/wiki/Piwigo-Web-API#api-key-authentication). + ## Smarty 5 On `foreach` the `item=` and `key=` parameters must be followed by `varialbe_name`, not `$variable_name`. Replace: