From 9b58c3b0b110bc6dd8a6861142e29f03817fc2f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Jaussoin?= Date: Thu, 5 Jun 2025 11:45:48 +0200 Subject: [PATCH] Fix FLEXIAPI-322 Api Keys documentation --- flexiapi/resources/views/api/documentation_markdown.blade.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/flexiapi/resources/views/api/documentation_markdown.blade.php b/flexiapi/resources/views/api/documentation_markdown.blade.php index ba978d0..0e777bf 100644 --- a/flexiapi/resources/views/api/documentation_markdown.blade.php +++ b/flexiapi/resources/views/api/documentation_markdown.blade.php @@ -58,7 +58,9 @@ Currently supported languages: @php You can retrieve an API Key from your account panel or using the dedicated API endpoint. -**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: