Skip to content

Commit

Permalink
Keycloak Admin REST API v24.0.200 (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
kilork committed Mar 30, 2024
1 parent 436cb9b commit 5e366b4
Show file tree
Hide file tree
Showing 5 changed files with 333 additions and 321 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "keycloak"
version = "24.0.0"
version = "24.0.200"
authors = ["Alexander Korolev <alexander.korolev.germany@gmail.com>"]
edition = "2021"
categories = ["api-bindings", "asynchronous"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Dual-licensed under `MIT` or the [UNLICENSE](http://unlicense.org/).

## Features

Implements [Keycloak Admin REST API version 24.0.0](https://www.keycloak.org/docs-api/24.0.0/rest-api/index.html).
Implements [Keycloak Admin REST API version 24.0.2](https://www.keycloak.org/docs-api/24.0.2/rest-api/index.html).

### Feature flags

Expand Down
7 changes: 7 additions & 0 deletions api/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -10709,6 +10709,13 @@
"schema" : {
"type" : "string"
}
}, {
"name" : "isOffline",
"in" : "query",
"schema" : {
"default" : false,
"type" : "boolean"
}
} ],
"responses" : {
"204" : {
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Dual-licensed under `MIT` or the [UNLICENSE](http://unlicense.org/).
## Features
Implements [Keycloak Admin REST API version 24.0.0](https://www.keycloak.org/docs-api/24.0.0/rest-api/index.html).
Implements [Keycloak Admin REST API version 24.0.2](https://www.keycloak.org/docs-api/24.0.2/rest-api/index.html).
### Feature flags
Expand Down
Loading

0 comments on commit 5e366b4

Please sign in to comment.