Skip to content

Commit c37f8ef

Browse files
committed
Update OpenAPI schema & blueprints
1 parent 1256518 commit c37f8ef

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

blueprints/schema.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4898,6 +4898,7 @@
48984898
"authentik_core.view_authenticatedsession",
48994899
"authentik_core.view_group",
49004900
"authentik_core.view_groupsourceconnection",
4901+
"authentik_core.view_password_hashes",
49014902
"authentik_core.view_propertymapping",
49024903
"authentik_core.view_provider",
49034904
"authentik_core.view_source",
@@ -5448,6 +5449,7 @@
54485449
"preview_user",
54495450
"reset_user_password",
54505451
"unassign_user_permissions",
5452+
"view_password_hashes",
54515453
"view_user",
54525454
"view_user_applications"
54535455
]
@@ -9545,6 +9547,7 @@
95459547
"authentik_core.view_authenticatedsession",
95469548
"authentik_core.view_group",
95479549
"authentik_core.view_groupsourceconnection",
9550+
"authentik_core.view_password_hashes",
95489551
"authentik_core.view_propertymapping",
95499552
"authentik_core.view_provider",
95509553
"authentik_core.view_source",

schema.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5709,6 +5709,11 @@ paths:
57095709
schema:
57105710
type: boolean
57115711
default: true
5712+
- in: query
5713+
name: include_password
5714+
schema:
5715+
type: boolean
5716+
default: false
57125717
- in: query
57135718
name: is_active
57145719
schema:

0 commit comments

Comments
 (0)