File tree Expand file tree Collapse file tree 9 files changed +15
-15
lines changed Expand file tree Collapse file tree 9 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ This repo contains a generated API client to talk with authentik's API from Pyth
1616This Python package is automatically generated by the [ OpenAPI Generator] ( https://openapi-generator.tech ) project:
1717
1818- API version: 2025.10.0-rc1
19- - Package version: 2025.10.0-rc1-1756908486
19+ - Package version: 2025.10.0-rc1-1757525780
2020- Generator version: 7.15.0
2121- Build package: org.openapitools.codegen.languages.PythonClientCodegen
2222
Original file line number Diff line number Diff line change 1515""" # noqa: E501
1616
1717
18- __version__ = "2025.10.0-rc1-1756908486 "
18+ __version__ = "2025.10.0-rc1-1757525780 "
1919
2020# Define package exports
2121__all__ = [
Original file line number Diff line number Diff line change @@ -10432,7 +10432,7 @@ def core_groups_remove_user_create(
1043210432 ) -> None:
1043310433 """core_groups_remove_user_create
1043410434
10435- Add user to group
10435+ Remove user from group
1043610436
1043710437 :param group_uuid: A UUID string identifying this Group. (required)
1043810438 :type group_uuid: str
@@ -10506,7 +10506,7 @@ def core_groups_remove_user_create_with_http_info(
1050610506 ) -> ApiResponse[None]:
1050710507 """core_groups_remove_user_create
1050810508
10509- Add user to group
10509+ Remove user from group
1051010510
1051110511 :param group_uuid: A UUID string identifying this Group. (required)
1051210512 :type group_uuid: str
@@ -10580,7 +10580,7 @@ def core_groups_remove_user_create_without_preload_content(
1058010580 ) -> RESTResponseType:
1058110581 """core_groups_remove_user_create
1058210582
10583- Add user to group
10583+ Remove user from group
1058410584
1058510585 :param group_uuid: A UUID string identifying this Group. (required)
1058610586 :type group_uuid: str
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ def __init__(
9292 self .default_headers [header_name ] = header_value
9393 self .cookie = cookie
9494 # Set default User-Agent.
95- self .user_agent = 'OpenAPI-Generator/2025.10.0-rc1-1756908486 /python'
95+ self .user_agent = 'OpenAPI-Generator/2025.10.0-rc1-1757525780 /python'
9696 self .client_side_validation = configuration .client_side_validation
9797
9898 def __enter__ (self ):
Original file line number Diff line number Diff line change @@ -511,7 +511,7 @@ def to_debug_report(self) -> str:
511511 "OS: {env}\n " \
512512 "Python Version: {pyversion}\n " \
513513 "Version of the API: 2025.10.0-rc1\n " \
514- "SDK Package Version: 2025.10.0-rc1-1756908486 " .\
514+ "SDK Package Version: 2025.10.0-rc1-1757525780 " .\
515515 format (env = sys .platform , pyversion = sys .version )
516516
517517 def get_host_settings (self ) -> List [HostSetting ]:
Original file line number Diff line number Diff line change @@ -2808,7 +2808,7 @@ Name | Type | Description | Notes
28082808# ** core_groups_remove_user_create**
28092809> core_groups_remove_user_create(group_uuid, user_account_request)
28102810
2811- Add user to group
2811+ Remove user from group
28122812
28132813### Example
28142814
@@ -2876,7 +2876,7 @@ void (empty response body)
28762876
28772877| Status code | Description | Response headers |
28782878| -------------| -------------| ------------------|
2879- ** 204** | User added | - |
2879+ ** 204** | User removed | - |
28802880** 404** | User not found | - |
28812881** 400** | | - |
28822882** 403** | | - |
@@ -4527,7 +4527,7 @@ void (empty response body)
45274527
45284528| Status code | Description | Response headers |
45294529| -------------| -------------| ------------------|
4530- ** 204** | Successfully started impersonation | - |
4530+ ** 204** | Successfully ended impersonation | - |
45314531** 400** | | - |
45324532** 403** | | - |
45334533
Original file line number Diff line number Diff line change 11[project ]
22name = " authentik_client"
3- version = " 2025.10.0-rc1-1756908486 "
3+ version = " 2025.10.0-rc1-1757525780 "
44description = " authentik"
55authors = [
66 {
name =
" authentik Team" ,
email =
" [email protected] " },
Original file line number Diff line number Diff line change @@ -5030,7 +5030,7 @@ paths:
50305030 /core/groups/{group_uuid}/remove_user/:
50315031 post:
50325032 operationId: core_groups_remove_user_create
5033- description: Add user to group
5033+ description: Remove user from group
50345034 parameters:
50355035 - in: path
50365036 name: group_uuid
@@ -5051,7 +5051,7 @@ paths:
50515051 - authentik: []
50525052 responses:
50535053 '204':
5054- description: User added
5054+ description: User removed
50555055 '404':
50565056 description: User not found
50575057 '400':
@@ -6166,7 +6166,7 @@ paths:
61666166 - authentik: []
61676167 responses:
61686168 '204':
6169- description: Successfully started impersonation
6169+ description: Successfully ended impersonation
61706170 '400':
61716171 content:
61726172 application/json:
Original file line number Diff line number Diff line change 2222# prerequisite: setuptools
2323# http://pypi.python.org/pypi/setuptools
2424NAME = "authentik-client"
25- VERSION = "2025.10.0-rc1-1756908486 "
25+ VERSION = "2025.10.0-rc1-1757525780 "
2626PYTHON_REQUIRES = ">= 3.9"
2727REQUIRES = [
2828 "urllib3 >= 2.1.0, < 3.0.0" ,
You can’t perform that action at this time.
0 commit comments