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

3.2023106.2: Update API Client

Compare
Choose a tag to compare
@authentik-automation authentik-automation released this 12 Jan 15:32
· 17 commits to main since this release

What's Changed


GET /sources/oauth/source_types/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    Changed items (object):
    > Serializer for SourceType

    New required properties:

    • verbose_name

    New optional properties:

    • slug
    • Added property verbose_name (string)

    • Deleted property slug (string)

GET /sources/oauth/{slug}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property type (object)

      Serializer for SourceType

      New required properties:

      • verbose_name

      New optional properties:

      • slug
      • Added property verbose_name (string)

      • Deleted property slug (string)

PUT /sources/oauth/{slug}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property type (object)

      Serializer for SourceType

      New required properties:

      • verbose_name

      New optional properties:

      • slug
      • Added property verbose_name (string)

      • Deleted property slug (string)

PATCH /sources/oauth/{slug}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property type (object)

      Serializer for SourceType

      New required properties:

      • verbose_name

      New optional properties:

      • slug
      • Added property verbose_name (string)

      • Deleted property slug (string)

POST /sources/oauth/
Return Type:

Changed response : 201 Created

  • Changed content type : application/json

    • Changed property type (object)

      Serializer for SourceType

      New required properties:

      • verbose_name

      New optional properties:

      • slug
      • Added property verbose_name (string)

      • Deleted property slug (string)

GET /sources/oauth/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property results (array)

      Changed items (object):
      > OAuth Source Serializer

      • Changed property type (object)

        Serializer for SourceType

        New required properties:

        • verbose_name

        New optional properties:

        • slug
        • Added property verbose_name (string)

        • Deleted property slug (string)