Skip to content

3.2026020.11: Update API Client

Latest

Choose a tag to compare

@authentik-automation authentik-automation released this 08 Jan 19:03

Update API Client

What's Changed


GET /policies/geoip/{policy_uuid}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property countries (array)
PUT /policies/geoip/{policy_uuid}/
Request:

Changed content type : application/json

  • Changed property countries (array)
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property countries (array)
PATCH /policies/geoip/{policy_uuid}/
Request:

Changed content type : application/json

  • Changed property countries (array)
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property countries (array)
GET /endpoints/devices/{device_uuid}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property connections_obj (array)

      Changed items (object):

      • Changed property latest_snapshot (object)

        New required properties:

        • vendor
        • Added property vendor (object)

          Enum values:

          • goauthentik.io/@merged
          • goauthentik.io/platform
    • Changed property facts (object)

      New required properties:

      • vendor
      • Added property vendor (object)
PUT /endpoints/devices/{device_uuid}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property facts (object)

      New required properties:

      • vendor
      • Added property vendor (object)
PATCH /endpoints/devices/{device_uuid}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property facts (object)

      New required properties:

      • vendor
      • Added property vendor (object)
POST /policies/geoip/
Request:

Changed content type : application/json

  • Changed property countries (array)
Return Type:

Changed response : 201 Created

  • Changed content type : application/json

    • Changed property countries (array)
GET /policies/geoip/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property results (array)

      Changed items (object):
      > GeoIP Policy Serializer

      • Changed property countries (array)
GET /endpoints/devices/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property results (array)

      Changed items (object):

      • Changed property facts (object)

        New required properties:

        • vendor
        • Added property vendor (object)