Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update OpenAPI schema & blueprints
  • Loading branch information
josegomezr committed Jul 15, 2025
commit e751456df94c9bc7b124811b11cad12163591bac
3 changes: 3 additions & 0 deletions blueprints/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -4898,6 +4898,7 @@
"authentik_core.view_authenticatedsession",
"authentik_core.view_group",
"authentik_core.view_groupsourceconnection",
"authentik_core.view_password_hashes",
"authentik_core.view_propertymapping",
"authentik_core.view_provider",
"authentik_core.view_source",
Expand Down Expand Up @@ -5448,6 +5449,7 @@
"preview_user",
"reset_user_password",
"unassign_user_permissions",
"view_password_hashes",
"view_user",
"view_user_applications"
]
Expand Down Expand Up @@ -9545,6 +9547,7 @@
"authentik_core.view_authenticatedsession",
"authentik_core.view_group",
"authentik_core.view_groupsourceconnection",
"authentik_core.view_password_hashes",
"authentik_core.view_propertymapping",
"authentik_core.view_provider",
"authentik_core.view_source",
Expand Down
5 changes: 5 additions & 0 deletions schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5709,6 +5709,11 @@ paths:
schema:
type: boolean
default: true
- in: query
name: include_password
schema:
type: boolean
default: false
- in: query
name: is_active
schema:
Expand Down
Loading