-
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` /flows/bindings/{fsb_uuid}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `re_evaluate_policies` (boolean) > Evaluate policies when the Stage is presented to the user. ##### `PUT` /flows/bindings/{fsb_uuid}/ ###### Request: Changed content type : `application/json` * Changed property `re_evaluate_policies` (boolean) > Evaluate policies when the Stage is presented to the user. ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `re_evaluate_policies` (boolean) > Evaluate policies when the Stage is presented to the user. ##### `PATCH` /flows/bindings/{fsb_uuid}/ ###### Request: Changed content type : `application/json` * Changed property `re_evaluate_policies` (boolean) > Evaluate policies when the Stage is presented to the user. ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `re_evaluate_policies` (boolean) > Evaluate policies when the Stage is presented to the user. ##### `POST` /flows/bindings/ ###### Request: Changed content type : `application/json` * Changed property `re_evaluate_policies` (boolean) > Evaluate policies when the Stage is presented to the user. ###### Return Type: Changed response : **201 Created** * Changed content type : `application/json` * Changed property `re_evaluate_policies` (boolean) > Evaluate policies when the Stage is presented to the user. ##### `GET` /flows/bindings/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `results` (array) Changed items (object): > FlowStageBinding Serializer * Changed property `re_evaluate_policies` (boolean) > Evaluate policies when the Stage is presented to the user. ##### `GET` /flows/inspector/{flow_slug}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `plans` (array) Changed items (object): > Serializer for an active FlowPlan * Changed property `next_planned_stage` (object) > FlowStageBinding Serializer * Changed property `re_evaluate_policies` (boolean) > Evaluate policies when the Stage is presented to the user. * Changed property `current_stage` (object) > FlowStageBinding Serializer * Changed property `re_evaluate_policies` (boolean) > Evaluate policies when the Stage is presented to the user.
- Loading branch information
1 parent
7f6208d
commit ac351a4
Showing
8 changed files
with
10 additions
and
10 deletions.
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.2024120.0" | ||
version = "3.2024120.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