Skip to content

v3.2023061.12: Update API Client

Compare
Choose a tag to compare
@authentik-automation authentik-automation released this 17 Aug 21:49
· 143 commits to main since this release

What's Changed


GET /stages/authenticator/static/{stage_uuid}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Added property token_length (integer)

    • Changed property token_count (integer)

PUT /stages/authenticator/static/{stage_uuid}/
Request:

Changed content type : application/json

  • Added property token_length (integer)

  • Changed property token_count (integer)

Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Added property token_length (integer)

    • Changed property token_count (integer)

PATCH /stages/authenticator/static/{stage_uuid}/
Request:

Changed content type : application/json

  • Added property token_length (integer)

  • Changed property token_count (integer)

Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Added property token_length (integer)

    • Changed property token_count (integer)

POST /stages/authenticator/static/
Request:

Changed content type : application/json

  • Added property token_length (integer)

  • Changed property token_count (integer)

Return Type:

Changed response : 201 Created

  • Changed content type : application/json

    • Added property token_length (integer)

    • Changed property token_count (integer)

GET /stages/authenticator/static/
Parameters:

Added: token_length in query

Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property results (array)

      Changed items (object):
      > AuthenticatorStaticStage Serializer

      • Added property token_length (integer)

      • Changed property token_count (integer)