You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ Options:
38
38
-`publishedTags`_optional_ if specified, will be published definitions only for specified tags
39
39
-`paths`_optional_ openapi custom paths (will be merged with all standard and all customs paths)
40
40
-`components`_optional_ openapi custom components (will be merged with all standard and all customs tags)
41
-
-`useAuthentication`_optional_require Directus authentication to access the docs interface (default false). When enabled, users must be authenticated via Directus admin cookie, static token, or Bearer JWT token to access `/api-docs` and `/api-docs/oas`endpoints
41
+
-`useAuthentication`_optional_ (default false). When enabled, access to `/api-docs` and `/api-docs/oas` requires a Directus admin cookie, static token, or Bearer JWT. Authorization is applied per endpoint based on Directus Access Policies, ensuring users only see endpoints they are allowed to access.
0 commit comments