-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#### What's Changed --- ##### `GET` /stages/captcha/{stage_uuid}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Added property `interactive` (boolean) ##### `PUT` /stages/captcha/{stage_uuid}/ ###### Request: Changed content type : `application/json` * Added property `interactive` (boolean) ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Added property `interactive` (boolean) ##### `PATCH` /stages/captcha/{stage_uuid}/ ###### Request: Changed content type : `application/json` * Added property `interactive` (boolean) ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Added property `interactive` (boolean) ##### `GET` /flows/executor/{flow_slug}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` Updated `ak-stage-captcha` component: New required properties: - `interactive` * Added property `interactive` (boolean) ##### `POST` /flows/executor/{flow_slug}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` Updated `ak-stage-captcha` component: New required properties: - `interactive` * Added property `interactive` (boolean) ##### `POST` /stages/captcha/ ###### Request: Changed content type : `application/json` * Added property `interactive` (boolean) ###### Return Type: Changed response : **201 Created** * Changed content type : `application/json` * Added property `interactive` (boolean) ##### `GET` /stages/captcha/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `results` (array) Changed items (object): > CaptchaStage Serializer * Added property `interactive` (boolean)
- Loading branch information
1 parent
8690fd5
commit 204705c
Showing
10 changed files
with
27 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "authentik-client" | ||
version = "3.2024101.0" | ||
version = "3.2024101.1" | ||
authors = ["[email protected]"] | ||
description = "Making authentication simple." | ||
license = "MIT" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters