Skip to content

v3.2024101.3: Update API Client

Compare
Choose a tag to compare
@authentik-automation authentik-automation released this 12 Nov 13:49
· 26 commits to main since this release

Update API Client

What's Changed


GET /admin/settings/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Added property impersonation_require_reason (boolean)

      Require administrators to provide a reason for impersonating a user.

PUT /admin/settings/
Request:

Changed content type : application/json

  • Added property impersonation_require_reason (boolean)

    Require administrators to provide a reason for impersonating a user.

Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Added property impersonation_require_reason (boolean)

      Require administrators to provide a reason for impersonating a user.

PATCH /admin/settings/
Request:

Changed content type : application/json

  • Added property impersonation_require_reason (boolean)

    Require administrators to provide a reason for impersonating a user.

Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Added property impersonation_require_reason (boolean)

      Require administrators to provide a reason for impersonating a user.

POST /core/users/{id}/impersonate/
Request:

New content type : application/json