Skip to content

Commit 75aa19a

Browse files
Update API Client
### authentik (v 2026.5.0-rc1) --- #### Result --- No differences. Specifications are equivalent
1 parent 0510a61 commit 75aa19a

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "authentik-client"
3-
version = "2026.5.0-rc1.1771348586"
3+
version = "2026.5.0-rc1.1771856021"
44
authors = ["hello@goauthentik.io"]
55
description = "Making authentication simple."
66
license = "MIT"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This repo contains a generated API client to talk with authentik's API from Rust
1515
This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client.
1616

1717
- API version: 2026.5.0-rc1
18-
- Package version: 2026.5.0-rc1.1771348586
18+
- Package version: 2026.5.0-rc1.1771856021
1919

2020
## Installation
2121

docs/LifecycleIteration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ Name | Type | Description | Notes
1010
**object_verbose** | **String** | | [readonly]
1111
**object_admin_url** | **String** | | [readonly]
1212
**state** | [**models::LifecycleIterationStateEnum**](LifecycleIterationStateEnum.md) | | [readonly]
13-
**opened_on** | [**String**](String.md) | | [readonly]
14-
**grace_period_end** | [**String**](String.md) | | [readonly]
15-
**next_review_date** | [**String**](String.md) | | [readonly]
13+
**opened_on** | **String** | | [readonly]
14+
**grace_period_end** | **String** | | [readonly]
15+
**next_review_date** | **String** | | [readonly]
1616
**reviews** | [**Vec<models::Review>**](Review.md) | | [readonly]
1717
**user_can_review** | **bool** | | [readonly]
1818
**reviewer_groups** | [**Vec<models::ReviewerGroup>**](ReviewerGroup.md) | | [readonly]

schema.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42199,15 +42199,15 @@ components:
4219942199
readOnly: true
4220042200
opened_on:
4220142201
type: string
42202-
format: date
42202+
format: date-time
4220342203
readOnly: true
4220442204
grace_period_end:
4220542205
type: string
42206-
format: date
42206+
format: date-time
4220742207
readOnly: true
4220842208
next_review_date:
4220942209
type: string
42210-
format: date
42210+
format: date-time
4221142211
readOnly: true
4221242212
reviews:
4221342213
type: array

0 commit comments

Comments
 (0)