Skip to content

Commit 0d90f97

Browse files
-e Update API Client
#### What's Changed --- ##### `GET` /core/users/paths/ ###### Parameters: Changed: `search` in `query` > A search term. ##### `GET` /rac/endpoints/ ###### Parameters: Changed: `search` in `query` > A search term.
1 parent 7d43510 commit 0d90f97

File tree

11 files changed

+646
-3588
lines changed

11 files changed

+646
-3588
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This repo contains a generated API client to talk with authentik's API from Pyth
1616
This 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-1758042836
19+
- Package version: 2025.10.0-rc1-1758283993
2020
- Generator version: 7.15.0
2121
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
2222

authentik_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
""" # noqa: E501
1616

1717

18-
__version__ = "2025.10.0-rc1-1758042836"
18+
__version__ = "2025.10.0-rc1-1758283993"
1919

2020
# Define package exports
2121
__all__ = [

authentik_client/api/core_api.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18039,7 +18039,7 @@ def _core_users_partial_update_serialize(
1803918039
@validate_call
1804018040
def core_users_paths_retrieve(
1804118041
self,
18042-
search: Optional[StrictStr] = None,
18042+
search: Annotated[Optional[StrictStr], Field(description="A search term.")] = None,
1804318043
_request_timeout: Union[
1804418044
None,
1804518045
Annotated[StrictFloat, Field(gt=0)],
@@ -18057,7 +18057,7 @@ def core_users_paths_retrieve(
1805718057

1805818058
Get all user paths
1805918059

18060-
:param search:
18060+
:param search: A search term.
1806118061
:type search: str
1806218062
:param _request_timeout: timeout setting for this request. If one
1806318063
number provided, it will be total request
@@ -18108,7 +18108,7 @@ def core_users_paths_retrieve(
1810818108
@validate_call
1810918109
def core_users_paths_retrieve_with_http_info(
1811018110
self,
18111-
search: Optional[StrictStr] = None,
18111+
search: Annotated[Optional[StrictStr], Field(description="A search term.")] = None,
1811218112
_request_timeout: Union[
1811318113
None,
1811418114
Annotated[StrictFloat, Field(gt=0)],
@@ -18126,7 +18126,7 @@ def core_users_paths_retrieve_with_http_info(
1812618126

1812718127
Get all user paths
1812818128

18129-
:param search:
18129+
:param search: A search term.
1813018130
:type search: str
1813118131
:param _request_timeout: timeout setting for this request. If one
1813218132
number provided, it will be total request
@@ -18177,7 +18177,7 @@ def core_users_paths_retrieve_with_http_info(
1817718177
@validate_call
1817818178
def core_users_paths_retrieve_without_preload_content(
1817918179
self,
18180-
search: Optional[StrictStr] = None,
18180+
search: Annotated[Optional[StrictStr], Field(description="A search term.")] = None,
1818118181
_request_timeout: Union[
1818218182
None,
1818318183
Annotated[StrictFloat, Field(gt=0)],
@@ -18195,7 +18195,7 @@ def core_users_paths_retrieve_without_preload_content(
1819518195

1819618196
Get all user paths
1819718197

18198-
:param search:
18198+
:param search: A search term.
1819918199
:type search: str
1820018200
:param _request_timeout: timeout setting for this request. If one
1820118201
number provided, it will be total request

authentik_client/api/rac_api.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2366,7 +2366,7 @@ def rac_endpoints_list(
23662366
page: Annotated[Optional[StrictInt], Field(description="A page number within the paginated result set.")] = None,
23672367
page_size: Annotated[Optional[StrictInt], Field(description="Number of results to return per page.")] = None,
23682368
provider: Optional[StrictInt] = None,
2369-
search: Optional[StrictStr] = None,
2369+
search: Annotated[Optional[StrictStr], Field(description="A search term.")] = None,
23702370
superuser_full_list: Optional[StrictBool] = None,
23712371
_request_timeout: Union[
23722372
None,
@@ -2395,7 +2395,7 @@ def rac_endpoints_list(
23952395
:type page_size: int
23962396
:param provider:
23972397
:type provider: int
2398-
:param search:
2398+
:param search: A search term.
23992399
:type search: str
24002400
:param superuser_full_list:
24012401
:type superuser_full_list: bool
@@ -2459,7 +2459,7 @@ def rac_endpoints_list_with_http_info(
24592459
page: Annotated[Optional[StrictInt], Field(description="A page number within the paginated result set.")] = None,
24602460
page_size: Annotated[Optional[StrictInt], Field(description="Number of results to return per page.")] = None,
24612461
provider: Optional[StrictInt] = None,
2462-
search: Optional[StrictStr] = None,
2462+
search: Annotated[Optional[StrictStr], Field(description="A search term.")] = None,
24632463
superuser_full_list: Optional[StrictBool] = None,
24642464
_request_timeout: Union[
24652465
None,
@@ -2488,7 +2488,7 @@ def rac_endpoints_list_with_http_info(
24882488
:type page_size: int
24892489
:param provider:
24902490
:type provider: int
2491-
:param search:
2491+
:param search: A search term.
24922492
:type search: str
24932493
:param superuser_full_list:
24942494
:type superuser_full_list: bool
@@ -2552,7 +2552,7 @@ def rac_endpoints_list_without_preload_content(
25522552
page: Annotated[Optional[StrictInt], Field(description="A page number within the paginated result set.")] = None,
25532553
page_size: Annotated[Optional[StrictInt], Field(description="Number of results to return per page.")] = None,
25542554
provider: Optional[StrictInt] = None,
2555-
search: Optional[StrictStr] = None,
2555+
search: Annotated[Optional[StrictStr], Field(description="A search term.")] = None,
25562556
superuser_full_list: Optional[StrictBool] = None,
25572557
_request_timeout: Union[
25582558
None,
@@ -2581,7 +2581,7 @@ def rac_endpoints_list_without_preload_content(
25812581
:type page_size: int
25822582
:param provider:
25832583
:type provider: int
2584-
:param search:
2584+
:param search: A search term.
25852585
:type search: str
25862586
:param superuser_full_list:
25872587
:type superuser_full_list: bool

authentik_client/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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-1758042836/python'
95+
self.user_agent = 'OpenAPI-Generator/2025.10.0-rc1-1758283993/python'
9696
self.client_side_validation = configuration.client_side_validation
9797

9898
def __enter__(self):

authentik_client/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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-1758042836".\
514+
"SDK Package Version: 2025.10.0-rc1-1758283993".\
515515
format(env=sys.platform, pyversion=sys.version)
516516

517517
def get_host_settings(self) -> List[HostSetting]:

docs/CoreApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4842,7 +4842,7 @@ configuration = authentik_client.Configuration(
48424842
with authentik_client.ApiClient(configuration) as api_client:
48434843
# Create an instance of the API class
48444844
api_instance = authentik_client.CoreApi(api_client)
4845-
search = 'search_example' # str | (optional)
4845+
search = 'search_example' # str | A search term. (optional)
48464846

48474847
try:
48484848
api_response = api_instance.core_users_paths_retrieve(search=search)
@@ -4859,7 +4859,7 @@ with authentik_client.ApiClient(configuration) as api_client:
48594859

48604860
Name | Type | Description | Notes
48614861
------------- | ------------- | ------------- | -------------
4862-
**search** | **str**| | [optional]
4862+
**search** | **str**| A search term. | [optional]
48634863

48644864
### Return type
48654865

docs/RacApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@ with authentik_client.ApiClient(configuration) as api_client:
688688
page = 56 # int | A page number within the paginated result set. (optional)
689689
page_size = 56 # int | Number of results to return per page. (optional)
690690
provider = 56 # int | (optional)
691-
search = 'search_example' # str | (optional)
691+
search = 'search_example' # str | A search term. (optional)
692692
superuser_full_list = True # bool | (optional)
693693

694694
try:
@@ -711,7 +711,7 @@ Name | Type | Description | Notes
711711
**page** | **int**| A page number within the paginated result set. | [optional]
712712
**page_size** | **int**| Number of results to return per page. | [optional]
713713
**provider** | **int**| | [optional]
714-
**search** | **str**| | [optional]
714+
**search** | **str**| A search term. | [optional]
715715
**superuser_full_list** | **bool**| | [optional]
716716

717717
### Return type

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "authentik_client"
3-
version = "2025.10.0-rc1-1758042836"
3+
version = "2025.10.0-rc1-1758283993"
44
description = "authentik"
55
authors = [
66
{name = "authentik Team",email = "hello@goauthentik.io"},

0 commit comments

Comments
 (0)