Skip to content

3.2023103.4: Update API Client

Choose a tag to compare

@authentik-automation authentik-automation released this 18 Nov 01:28
· 81 commits to main since this release

What's Changed


GET /stages/identification/{stage_uuid}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Added property pretend_user_exists (boolean)

      When enabled, the stage will succeed and continue even when incorrect user info is entered.

PUT /stages/identification/{stage_uuid}/
Request:

Changed content type : application/json

  • Added property pretend_user_exists (boolean)

    When enabled, the stage will succeed and continue even when incorrect user info is entered.

Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Added property pretend_user_exists (boolean)

      When enabled, the stage will succeed and continue even when incorrect user info is entered.

PATCH /stages/identification/{stage_uuid}/
Request:

Changed content type : application/json

  • Added property pretend_user_exists (boolean)

    When enabled, the stage will succeed and continue even when incorrect user info is entered.

Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Added property pretend_user_exists (boolean)

      When enabled, the stage will succeed and continue even when incorrect user info is entered.

POST /stages/identification/
Request:

Changed content type : application/json

  • Added property pretend_user_exists (boolean)

    When enabled, the stage will succeed and continue even when incorrect user info is entered.

Return Type:

Changed response : 201 Created

  • Changed content type : application/json

    • Added property pretend_user_exists (boolean)

      When enabled, the stage will succeed and continue even when incorrect user info is entered.

GET /stages/identification/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property results (array)

      Changed items (object):
      > IdentificationStage Serializer

      • Added property pretend_user_exists (boolean)

        When enabled, the stage will succeed and continue even when incorrect user info is entered.