diff --git a/apps/docs/content/docs/api/index.mdx b/apps/docs/content/docs/api/index.mdx index 2303d3a..e97237e 100644 --- a/apps/docs/content/docs/api/index.mdx +++ b/apps/docs/content/docs/api/index.mdx @@ -34,7 +34,7 @@ Let's take a example of authenticated request: curl -X 'GET' \ 'https://dokploy.com/api/project.all' \ -H 'accept: application/json' - -H 'Authorization: Bearer YOUR-TOKEN' + -H 'x-api-key: YOUR-GENERATED-API-KEY' ``` then you will get the something like this: