From 51e47feb373ac4099393ab9db61e6cdf32910aa2 Mon Sep 17 00:00:00 2001 From: He4eT Date: Wed, 4 Jun 2025 18:55:08 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 988a0ba..5e2ce58 100644 --- a/README.md +++ b/README.md @@ -38,9 +38,10 @@ npm run strapi routes:list ### API Tokens -To update data using requests, you need an API token.
+To update data using requests, you need an API token. + Tokens can be generated and managed in the admin panel under -[Settings → API Tokens](http://localhost:1337/admin/settings/api-tokens).
+[Settings → API Tokens](http://localhost:1337/admin/settings/api-tokens). You can also define token-specific permissions there. For more details, see the