Skip to content

Commit

Permalink
preparing for 22.0.300 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kilork committed Mar 25, 2024
1 parent 3e6443b commit 9f9cfb6
Show file tree
Hide file tree
Showing 10 changed files with 25,715 additions and 18,029 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 = "21.0.102"
version = "22.0.300"
authors = ["Alexander Korolev <alexander.korolev.germany@gmail.com>"]
edition = "2021"
categories = ["api-bindings", "asynchronous"]
Expand Down
4 changes: 2 additions & 2 deletions 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 21.0.1](https://www.keycloak.org/docs-api/21.0.1/rest-api/index.html).
Implements [Keycloak Admin REST API version 22.0.3](https://www.keycloak.org/docs-api/22.0.3/rest-api/index.html).

To add [schemars](https://crates.io/crates/schemars) support enable feature `schemars`.

Expand All @@ -18,7 +18,7 @@ Add dependency to Cargo.toml:

```toml
[dependencies]
keycloak = "21.0"
keycloak = "22.0"
```

```rust
Expand Down
55 changes: 0 additions & 55 deletions docs/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -8945,32 +8945,6 @@
}
} ]
},
"/admin/realms/{realm}/users/profile/metadata" : {
"get" : {
"tags" : [ "Users" ],
"responses" : {
"200" : {
"description" : "OK",
"content" : {
"application/json" : {
"schema" : {
"$ref" : "#/components/schemas/UserProfileMetadata"
}
}
}
}
}
},
"parameters" : [ {
"name" : "realm",
"in" : "path",
"description" : "realm name (not id!)",
"required" : true,
"schema" : {
"type" : "string"
}
} ]
},
"/admin/realms/{realm}/users/{id}" : {
"get" : {
"tags" : [ "Users" ],
Expand Down Expand Up @@ -13523,26 +13497,6 @@
"UserManagedAccessConfig" : {
"type" : "object"
},
"UserProfileAttributeGroupMetadata" : {
"type" : "object",
"properties" : {
"name" : {
"type" : "string"
},
"displayHeader" : {
"type" : "string"
},
"displayDescription" : {
"type" : "string"
},
"annotations" : {
"type" : "object",
"additionalProperties" : {
"type" : "object"
}
}
}
},
"UserProfileAttributeMetadata" : {
"type" : "object",
"properties" : {
Expand Down Expand Up @@ -13572,9 +13526,6 @@
"type" : "object"
}
}
},
"group" : {
"type" : "string"
}
}
},
Expand All @@ -13586,12 +13537,6 @@
"items" : {
"$ref" : "#/components/schemas/UserProfileAttributeMetadata"
}
},
"groups" : {
"type" : "array",
"items" : {
"$ref" : "#/components/schemas/UserProfileAttributeGroupMetadata"
}
}
}
},
Expand Down
36,821 changes: 21,519 additions & 15,302 deletions docs/rest-api.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions examples/openapi.patch.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# [path.""]
Loading

0 comments on commit 9f9cfb6

Please sign in to comment.