Fix FLEXIAPI-322 Api Keys documentation

This commit is contained in:
Timothée Jaussoin 2025-06-05 11:45:48 +02:00
parent 6b22d2ec86
commit 39992c0bd5

View file

@ -58,7 +58,9 @@ Currently supported languages: @php
You can retrieve an API Key from your account panel or using <a href="#get-accountsmeapikey">the dedicated API endpoint</a>.
**The generated API Key will be restricted to the IP that generates it and will be destroyed if not used after some times.**
**When generated by a User account the generated API Key will be restricted to the IP that generates it and will be destroyed if not used after some times.**
**If you want a stable API Key, to integrate with another server component for example, you can generate one in the Administration Panel.**
You can then use your freshly generated key by adding a new `x-api-key` header to your API requests: