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

Releases: goauthentik/client-kotlin

3.2023104.1

21 Nov 18:34
Compare
Choose a tag to compare
Update API Client

3.2023103.46: Update API Client

18 Nov 01:26
Compare
Choose a tag to compare

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.

3.2023103.45

17 Nov 10:21
Compare
Choose a tag to compare
Update API Client

3.2023103.44

17 Nov 10:03
Compare
Choose a tag to compare
Update API Client

3.2023103.43

17 Nov 09:47
Compare
Choose a tag to compare
Update API Client

3.2023103.42

17 Nov 09:32
Compare
Choose a tag to compare
Update API Client

3.2023103.41

17 Nov 09:20
Compare
Choose a tag to compare
Update API Client

3.2023103.40

17 Nov 09:03
Compare
Choose a tag to compare
Update API Client

3.2023103.39

17 Nov 08:47
Compare
Choose a tag to compare
Update API Client

3.2023103.38

17 Nov 08:32
Compare
Choose a tag to compare
Update API Client