Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

v3.2023083.2: Update API Client

Compare
Choose a tag to compare
@authentik-automation authentik-automation released this 14 Sep 18:47
· 96 commits to main since this release

What's Changed


GET /policies/bindings/{policy_binding_uuid}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Added property failure_result (boolean)

      Result if the Policy execution fails.

    • Changed property timeout (integer)

      Timeout after which Policy execution is terminated.

PUT /policies/bindings/{policy_binding_uuid}/
Request:

Changed content type : application/json

  • Added property failure_result (boolean)

    Result if the Policy execution fails.

  • Changed property timeout (integer)

    Timeout after which Policy execution is terminated.

Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Added property failure_result (boolean)

      Result if the Policy execution fails.

    • Changed property timeout (integer)

      Timeout after which Policy execution is terminated.

PATCH /policies/bindings/{policy_binding_uuid}/
Request:

Changed content type : application/json

  • Added property failure_result (boolean)

    Result if the Policy execution fails.

  • Changed property timeout (integer)

    Timeout after which Policy execution is terminated.

Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Added property failure_result (boolean)

      Result if the Policy execution fails.

    • Changed property timeout (integer)

      Timeout after which Policy execution is terminated.

POST /policies/bindings/
Request:

Changed content type : application/json

  • Added property failure_result (boolean)

    Result if the Policy execution fails.

  • Changed property timeout (integer)

    Timeout after which Policy execution is terminated.

Return Type:

Changed response : 201 Created

  • Changed content type : application/json

    • Added property failure_result (boolean)

      Result if the Policy execution fails.

    • Changed property timeout (integer)

      Timeout after which Policy execution is terminated.

GET /policies/bindings/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property results (array)

      Changed items (object):
      > PolicyBinding Serializer

      • Added property failure_result (boolean)

        Result if the Policy execution fails.

      • Changed property timeout (integer)

        Timeout after which Policy execution is terminated.