Skip to content

3.2023083.11: Update API Client

Compare
Choose a tag to compare
@authentik-automation authentik-automation released this 26 Oct 12:41
· 66 commits to main since this release

What's Changed


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

Changed response : 200 OK

  • Changed content type : application/json

    • Added property user_type (string)

      • internal - Internal
      • external - External
      • service_account - Service Account
      • internal_service_account - Internal Service Account

      Enum values:

      • internal
      • external
      • service_account
      • internal_service_account
PUT /stages/user_write/{stage_uuid}/
Request:

Changed content type : application/json

  • Added property user_type (string)
    • internal - Internal
    • external - External
    • service_account - Service Account
    • internal_service_account - Internal Service Account
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Added property user_type (string)
      • internal - Internal
      • external - External
      • service_account - Service Account
      • internal_service_account - Internal Service Account
PATCH /stages/user_write/{stage_uuid}/
Request:

Changed content type : application/json

  • Added property user_type (string)
    • internal - Internal
    • external - External
    • service_account - Service Account
    • internal_service_account - Internal Service Account
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Added property user_type (string)
      • internal - Internal
      • external - External
      • service_account - Service Account
      • internal_service_account - Internal Service Account
POST /stages/user_write/
Request:

Changed content type : application/json

  • Added property user_type (string)
    • internal - Internal
    • external - External
    • service_account - Service Account
    • internal_service_account - Internal Service Account
Return Type:

Changed response : 201 Created

  • Changed content type : application/json

    • Added property user_type (string)
      • internal - Internal
      • external - External
      • service_account - Service Account
      • internal_service_account - Internal Service Account
GET /stages/user_write/
Parameters:

Added: user_type in query

  • internal - Internal
  • external - External
  • service_account - Service Account
  • internal_service_account - Internal Service Account
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property results (array)

      Changed items (object):
      > UserWriteStage Serializer

      • Added property user_type (string)
        • internal - Internal
        • external - External
        • service_account - Service Account
        • internal_service_account - Internal Service Account