edit prohibited method link

Linty
2025-06-09 20:37:36 +02:00
parent b3f32f23eb
commit 4607bc36c5
+1 -1
@@ -49,7 +49,7 @@ curl -H "Authorization: pkid-20250609-abcdef1234567890:0123456789abcdef012345678
### Restrictions and security
* Some sensitive methods are explicitly blocked for API key usage ([see the prohibited methods by default](https://github.com/Piwigo/Piwigo/tree/master), you can also add or remove methods in `$conf['api_key_forbidden_methods']`).
* Some sensitive methods are explicitly blocked for API key usage ([see the prohibited methods by default](https://github.com/Piwigo/Piwigo/blob/ae740ba3afedf2f1b99d34247c5a1cc3cc6d3f4e/include/config_default.inc.php#L476), you can also add or remove methods in `$conf['api_key_forbidden_methods']`).
* A key can be revoked or renamed at any time from the profile.
* An expired or revoked key can no longer be used to access the API.
* Access is tracked (date last used).