Skip to content

Commit

Permalink
Update API Client
Browse files Browse the repository at this point in the history
#### 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
authentik-automation[bot] committed Dec 20, 2024
1 parent 632d5a6 commit ceec63f
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47925,7 +47925,7 @@ components:
description: Evaluate policies during the Flow planning process.
type: boolean
re_evaluate_policies:
description: Evaluate policies when the Stage is present to the user.
description: Evaluate policies when the Stage is presented to the user.
type: boolean
order:
maximum: 2147483647
Expand Down Expand Up @@ -47969,7 +47969,7 @@ components:
description: Evaluate policies during the Flow planning process.
type: boolean
re_evaluate_policies:
description: Evaluate policies when the Stage is present to the user.
description: Evaluate policies when the Stage is presented to the user.
type: boolean
order:
maximum: 2147483647
Expand Down Expand Up @@ -62471,7 +62471,7 @@ components:
description: Evaluate policies during the Flow planning process.
type: boolean
re_evaluate_policies:
description: Evaluate policies when the Stage is present to the user.
description: Evaluate policies when the Stage is presented to the user.
type: boolean
order:
maximum: 2147483647
Expand Down
2 changes: 1 addition & 1 deletion docs/FlowStageBinding.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Name | Type | Description | Notes
**Stage** | **string** | |
**StageObj** | [**Stage**](Stage.md) | | [readonly]
**EvaluateOnPlan** | Pointer to **bool** | Evaluate policies during the Flow planning process. | [optional]
**ReEvaluatePolicies** | Pointer to **bool** | Evaluate policies when the Stage is present to the user. | [optional]
**ReEvaluatePolicies** | Pointer to **bool** | Evaluate policies when the Stage is presented to the user. | [optional]
**Order** | **int32** | |
**PolicyEngineMode** | Pointer to [**PolicyEngineMode**](PolicyEngineMode.md) | | [optional]
**InvalidResponseAction** | Pointer to [**InvalidResponseActionEnum**](InvalidResponseActionEnum.md) | Configure how the flow executor should handle an invalid response to a challenge. RETRY returns the error message and a similar challenge to the executor. RESTART restarts the flow from the beginning, and RESTART_WITH_CONTEXT restarts the flow while keeping the current context. | [optional]
Expand Down
2 changes: 1 addition & 1 deletion docs/FlowStageBindingRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Name | Type | Description | Notes
**Target** | **string** | |
**Stage** | **string** | |
**EvaluateOnPlan** | Pointer to **bool** | Evaluate policies during the Flow planning process. | [optional]
**ReEvaluatePolicies** | Pointer to **bool** | Evaluate policies when the Stage is present to the user. | [optional]
**ReEvaluatePolicies** | Pointer to **bool** | Evaluate policies when the Stage is presented to the user. | [optional]
**Order** | **int32** | |
**PolicyEngineMode** | Pointer to [**PolicyEngineMode**](PolicyEngineMode.md) | | [optional]
**InvalidResponseAction** | Pointer to [**InvalidResponseActionEnum**](InvalidResponseActionEnum.md) | Configure how the flow executor should handle an invalid response to a challenge. RETRY returns the error message and a similar challenge to the executor. RESTART restarts the flow from the beginning, and RESTART_WITH_CONTEXT restarts the flow while keeping the current context. | [optional]
Expand Down
2 changes: 1 addition & 1 deletion docs/PatchedFlowStageBindingRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Name | Type | Description | Notes
**Target** | Pointer to **string** | | [optional]
**Stage** | Pointer to **string** | | [optional]
**EvaluateOnPlan** | Pointer to **bool** | Evaluate policies during the Flow planning process. | [optional]
**ReEvaluatePolicies** | Pointer to **bool** | Evaluate policies when the Stage is present to the user. | [optional]
**ReEvaluatePolicies** | Pointer to **bool** | Evaluate policies when the Stage is presented to the user. | [optional]
**Order** | Pointer to **int32** | | [optional]
**PolicyEngineMode** | Pointer to [**PolicyEngineMode**](PolicyEngineMode.md) | | [optional]
**InvalidResponseAction** | Pointer to [**InvalidResponseActionEnum**](InvalidResponseActionEnum.md) | Configure how the flow executor should handle an invalid response to a challenge. RETRY returns the error message and a similar challenge to the executor. RESTART restarts the flow from the beginning, and RESTART_WITH_CONTEXT restarts the flow while keeping the current context. | [optional]
Expand Down
2 changes: 1 addition & 1 deletion model_flow_stage_binding.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion model_flow_stage_binding_request.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion model_patched_flow_stage_binding_request.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42391,7 +42391,7 @@ components:
description: Evaluate policies during the Flow planning process.
re_evaluate_policies:
type: boolean
description: Evaluate policies when the Stage is present to the user.
description: Evaluate policies when the Stage is presented to the user.
order:
type: integer
maximum: 2147483647
Expand Down Expand Up @@ -42427,7 +42427,7 @@ components:
description: Evaluate policies during the Flow planning process.
re_evaluate_policies:
type: boolean
description: Evaluate policies when the Stage is present to the user.
description: Evaluate policies when the Stage is presented to the user.
order:
type: integer
maximum: 2147483647
Expand Down Expand Up @@ -48949,7 +48949,7 @@ components:
description: Evaluate policies during the Flow planning process.
re_evaluate_policies:
type: boolean
description: Evaluate policies when the Stage is present to the user.
description: Evaluate policies when the Stage is presented to the user.
order:
type: integer
maximum: 2147483647
Expand Down

0 comments on commit ceec63f

Please sign in to comment.