From cabee939dc4c8e247259c847002b039b6c9bdc0e Mon Sep 17 00:00:00 2001 From: Tana M Berry Date: Fri, 13 Sep 2024 12:55:20 -0500 Subject: [PATCH] tweak --- website/developer-docs/api/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/developer-docs/api/api.md b/website/developer-docs/api/api.md index 872518f001..798fdf021d 100644 --- a/website/developer-docs/api/api.md +++ b/website/developer-docs/api/api.md @@ -6,7 +6,7 @@ Our API reference documentation is generated, and is included [here](../api/refe You can also access your installation's own, instance-specific API Browser. Starting with 2021.3.5, every authentik instance has a built-in API browser, which can be accessed at https://authentik.company/api/v3/. -To generate an API client, you can use the OpenAPI v3 schema at https://authentik.company/api/v3/schema/. +To generate an API client you can use the OpenAPI v3 schema at https://authentik.company/api/v3/schema/. While testing, the API requests are authenticated by your browser session.