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

3.2023107.2: Update API Client

Compare
Choose a tag to compare
@authentik-automation authentik-automation released this 07 Feb 16:06
· 9 commits to main since this release

What's Changed


GET /core/applications/{slug}/check_access/
Return Type:

Deleted response : 404 Not Found

for_user user not found

GET /core/tokens/{identifier}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property user_obj (object)

      User Serializer

      • Changed property avatar (string)

        User's avatar, either a http/https URL or a data URI

PUT /core/tokens/{identifier}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property user_obj (object)

      User Serializer

      • Changed property avatar (string)

        User's avatar, either a http/https URL or a data URI

PATCH /core/tokens/{identifier}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property user_obj (object)

      User Serializer

      • Changed property avatar (string)

        User's avatar, either a http/https URL or a data URI

GET /core/users/{id}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property avatar (string)

      User's avatar, either a http/https URL or a data URI

PUT /core/users/{id}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property avatar (string)

      User's avatar, either a http/https URL or a data URI

PATCH /core/users/{id}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property avatar (string)

      User's avatar, either a http/https URL or a data URI

GET /events/system_tasks/{uuid}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property start_timestamp (string)

    • Changed property finish_timestamp (string)

    • Changed property duration (number)

GET /policies/bindings/{policy_binding_uuid}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property user_obj (object)

      User Serializer

      • Changed property avatar (string)

        User's avatar, either a http/https URL or a data URI

PUT /policies/bindings/{policy_binding_uuid}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property user_obj (object)

      User Serializer

      • Changed property avatar (string)

        User's avatar, either a http/https URL or a data URI

PATCH /policies/bindings/{policy_binding_uuid}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property user_obj (object)

      User Serializer

      • Changed property avatar (string)

        User's avatar, either a http/https URL or a data URI

POST /core/tokens/
Return Type:

Changed response : 201 Created

  • Changed content type : application/json

    • Changed property user_obj (object)

      User Serializer

      • Changed property avatar (string)

        User's avatar, either a http/https URL or a data URI

GET /core/tokens/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property results (array)

      Changed items (object):
      > Token Serializer

      • Changed property user_obj (object)

        User Serializer

        • Changed property avatar (string)

          User's avatar, either a http/https URL or a data URI

GET /core/user_consent/{id}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property user (object)

      User Serializer

      • Changed property avatar (string)

        User's avatar, either a http/https URL or a data URI

POST /core/users/
Return Type:

Changed response : 201 Created

  • Changed content type : application/json

    • Changed property avatar (string)

      User's avatar, either a http/https URL or a data URI

GET /core/users/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property results (array)

      Changed items (object):
      > User Serializer

      • Changed property avatar (string)

        User's avatar, either a http/https URL or a data URI

GET /core/users/me/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property user (object)

      User Serializer for information a user can retrieve about themselves

      • Changed property avatar (string)

        User's avatar, either a http/https URL or a data URI

GET /events/system_tasks/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property results (array)

      Changed items (object):
      > Serialize TaskInfo and TaskResult

      • Changed property start_timestamp (string)

      • Changed property finish_timestamp (string)

      • Changed property duration (number)

GET /oauth2/access_tokens/{id}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property user (object)

      User Serializer

      • Changed property avatar (string)

        User's avatar, either a http/https URL or a data URI

GET /oauth2/authorization_codes/{id}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property user (object)

      User Serializer

      • Changed property avatar (string)

        User's avatar, either a http/https URL or a data URI

GET /oauth2/refresh_tokens/{id}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property user (object)

      User Serializer

      • Changed property avatar (string)

        User's avatar, either a http/https URL or a data URI

POST /policies/bindings/
Return Type:

Changed response : 201 Created

  • Changed content type : application/json

    • Changed property user_obj (object)

      User Serializer

      • Changed property avatar (string)

        User's avatar, either a http/https URL or a data URI

GET /policies/bindings/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property results (array)

      Changed items (object):
      > PolicyBinding Serializer

      • Changed property user_obj (object)

        User Serializer

        • Changed property avatar (string)

          User's avatar, either a http/https URL or a data URI

GET /providers/scim/{id}/sync_status/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property tasks (array)

      Changed items (object):
      > Serialize TaskInfo and TaskResult

      • Changed property start_timestamp (string)

      • Changed property finish_timestamp (string)

      • Changed property duration (number)

GET /sources/ldap/{slug}/sync_status/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property tasks (array)

      Changed items (object):
      > Serialize TaskInfo and TaskResult

      • Changed property start_timestamp (string)

      • Changed property finish_timestamp (string)

      • Changed property duration (number)

GET /core/user_consent/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property results (array)

      Changed items (object):
      > UserConsent Serializer

      • Changed property user (object)

        User Serializer

        • Changed property avatar (string)

          User's avatar, either a http/https URL or a data URI

GET /oauth2/access_tokens/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property results (array)

      Changed items (object):
      > Serializer for BaseGrantModel and RefreshToken

      • Changed property user (object)

        User Serializer

        • Changed property avatar (string)

          User's avatar, either a http/https URL or a data URI

GET /oauth2/authorization_codes/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property results (array)

      Changed items (object):
      > Serializer for BaseGrantModel and ExpiringBaseGrant

      • Changed property user (object)

        User Serializer

        • Changed property avatar (string)

          User's avatar, either a http/https URL or a data URI

GET /oauth2/refresh_tokens/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property results (array)

      Changed items (object):
      > Serializer for BaseGrantModel and RefreshToken

      • Changed property user (object)

        User Serializer

        • Changed property avatar (string)

          User's avatar, either a http/https URL or a data URI