Skip to content

Releases: goauthentik/client-swift

3.2026020.11: Update API Client

08 Jan 19:03

Choose a tag to compare

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)

3.2026020.10: Update API Client

07 Jan 23:02

Choose a tag to compare

Update API Client

What's Changed


GET /authenticators/admin/static/{id}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property token_set (array)

      Changed items (object):
      > Serializer for static device's tokens

      • Changed property token (string)
PUT /authenticators/admin/static/{id}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property token_set (array)

      Changed items (object):
      > Serializer for static device's tokens

      • Changed property token (string)
PATCH /authenticators/admin/static/{id}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property token_set (array)

      Changed items (object):
      > Serializer for static device's tokens

      • Changed property token (string)
GET /authenticators/static/{id}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property token_set (array)

      Changed items (object):
      > Serializer for static device's tokens

      • Changed property token (string)
PUT /authenticators/static/{id}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property token_set (array)

      Changed items (object):
      > Serializer for static device's tokens

      • Changed property token (string)
PATCH /authenticators/static/{id}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property token_set (array)

      Changed items (object):
      > Serializer for static device's tokens

      • Changed property token (string)
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)
POST /authenticators/admin/static/
Return Type:

Changed response : 201 Created

  • Changed content type : application/json

    • Changed property token_set (array)

      Changed items (object):
      > Serializer for static device's tokens

      • Changed property token (string)
GET /authenticators/admin/static/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property results (array)

      Changed items (object):
      > Serializer for static authenticator devices

      • Changed property token_set (array)

        Changed items (object):
        > Serializer for static device's tokens

        • Changed property token (string)
GET /authenticators/static/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property results (array)

      Changed items (object):
      > Serializer for static authenticator devices

      • Changed property token_set (array)

        Changed items (object):
        > Serializer for static device's tokens

        • Changed property token (string)
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 /stages/authenticator/static/{stage_uuid}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property token_length (integer)
PUT /stages/authenticator/static/{stage_uuid}/
Request:

Changed content type : application/json

  • Changed property token_length (integer)
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property token_length (integer)
PATCH /stages/authenticator/static/{stage_uuid}/
Request:

Changed content type : application/json

  • Changed property token_length (integer)
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property token_length (integer)
POST /stages/authenticator/static/
Request:

Changed content type : application/json

  • Changed property token_length (integer)
Return Type:

Changed response : 201 Created

  • Changed content type : application/json

    • Changed property token_length (integer)
GET /stages/authenticator/static/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property results (array)

      Changed items (object):
      > AuthenticatorStaticStage Serializer

      • Changed property token_length (integer)

3.2026020.9: Update API Client

07 Jan 16:42

Choose a tag to compare

Update API Client

What's Changed


GET /endpoints/agents/connectors/agent_config/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    New required properties:

    • license_status
    • Added property license_status (object)

      Enum values:

      • unlicensed
      • valid
      • expired
      • expiry_soon
      • limit_exceeded_admin
      • limit_exceeded_user
      • read_only
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)
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)

3.2026020.8: Update API Client

06 Jan 04:15

Choose a tag to compare

Update API Client

What's Changed


POST /core/users/export/
Parameters:

Added: last_login in query

Added: last_login__gt in query

Added: last_login__isnull in query

Added: last_login__lt in query

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 /core/users/
Parameters:

Added: last_login in query

Added: last_login__gt in query

Added: last_login__isnull in query

Added: last_login__lt in query

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)

3.2026020.7: Update API Client

05 Jan 23:21

Choose a tag to compare

Update API Client

What's Changed


GET /core/groups/{group_uuid}/
Parameters:

Added: include_inherited_roles in query

Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    New required properties:

    • inherited_roles_obj
    • Added property inherited_roles_obj (array)

      Items (object):
      > Role serializer

      • Property pk (string)

      • Property name (string)

PUT /core/groups/{group_uuid}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    New required properties:

    • inherited_roles_obj
    • Added property inherited_roles_obj (array)
PATCH /core/groups/{group_uuid}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    New required properties:

    • inherited_roles_obj
    • Added property inherited_roles_obj (array)
GET /events/rules/{pbm_uuid}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property destination_group_obj (object)

      Group Serializer

      New required properties:

      • inherited_roles_obj
      • Added property inherited_roles_obj (array)
PUT /events/rules/{pbm_uuid}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property destination_group_obj (object)

      Group Serializer

      New required properties:

      • inherited_roles_obj
      • Added property inherited_roles_obj (array)
PATCH /events/rules/{pbm_uuid}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property destination_group_obj (object)

      Group Serializer

      New required properties:

      • inherited_roles_obj
      • Added property inherited_roles_obj (array)
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 /rbac/roles/
Parameters:

Added: ak_groups in query

Added: inherited in query

Include inherited roles (requires users or ak_groups filter)

Changed: users in query

POST /core/groups/
Return Type:

Changed response : 201 Created

  • Changed content type : application/json

    New required properties:

    • inherited_roles_obj
    • Added property inherited_roles_obj (array)
GET /core/groups/
Parameters:

Added: include_inherited_roles in query

Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property results (array)

      Changed items (object):
      > Group Serializer

      New required properties:

      • inherited_roles_obj
      • Added property inherited_roles_obj (array)
POST /events/rules/
Return Type:

Changed response : 201 Created

  • Changed content type : application/json

    • Changed property destination_group_obj (object)

      Group Serializer

      New required properties:

      • inherited_roles_obj
      • Added property inherited_roles_obj (array)
GET /events/rules/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property results (array)

      Changed items (object):
      > NotificationRule Serializer

      • Changed property destination_group_obj (object)

        Group Serializer

        New required properties:

        • inherited_roles_obj
        • Added property inherited_roles_obj (array)
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)

3.2026020.6: Update API Client

23 Dec 12:44

Choose a tag to compare

Update API Client

What's Changed


GET /endpoints/agents/connectors/agent_config/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property system_config (object)

      Serialize authentik Config into DRF Object

      • Changed property capabilities (array)

        Changed items (string):

        Added enum value:

        • can_save_reports
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 /root/config/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property capabilities (array)

      Changed items (string):

      Added enum value:

      • can_save_reports
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)

3.2026020.5: Update API Client

22 Dec 19:46

Choose a tag to compare

Update API Client

What's Changed


POST /core/users/export/
Return Type:

Changed response : 201 Created

  • Changed content type : application/json

    • Changed property requested_by (object)

      Partial User Serializer, does not include child relations.

      New required properties:

      • name
      • uid
      • Added property name (string)

        User's display name.

      • Added property is_active (boolean)

        Designates whether this user should be treated as active. Unselect this instead of deleting accounts.

      • Added property last_login (string)

      • Added property email (string)

      • Added property attributes (object)

      • Added property uid (string)

    • Changed property content_type (object)

      New required properties:

      • verbose_name_plural
      • Added property verbose_name_plural (string)
POST /events/events/export/
Return Type:

Changed response : 201 Created

  • Changed content type : application/json

    • Changed property requested_by (object)

      Partial User Serializer, does not include child relations.

      New required properties:

      • name
      • uid
      • Added property name (string)

        User's display name.

      • Added property is_active (boolean)

        Designates whether this user should be treated as active. Unselect this instead of deleting accounts.

      • Added property last_login (string)

      • Added property email (string)

      • Added property attributes (object)

      • Added property uid (string)

    • Changed property content_type (object)

      New required properties:

      • verbose_name_plural
      • Added property verbose_name_plural (string)
GET /reports/exports/{id}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property requested_by (object)

      Partial User Serializer, does not include child relations.

      New required properties:

      • name
      • uid
      • Added property name (string)

        User's display name.

      • Added property is_active (boolean)

        Designates whether this user should be treated as active. Unselect this instead of deleting accounts.

      • Added property last_login (string)

      • Added property email (string)

      • Added property attributes (object)

      • Added property uid (string)

    • Changed property content_type (object)

      New required properties:

      • verbose_name_plural
      • Added property verbose_name_plural (string)
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 /reports/exports/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property results (array)

      Changed items (object):
      > Mixin to validate that a valid enterprise license
      > exists before allowing to save the object

      • Changed property requested_by (object)

        Partial User Serializer, does not include child relations.

        New required properties:

        • name
        • uid
        • Added property name (string)

          User's display name.

        • Added property is_active (boolean)

          Designates whether this user should be treated as active. Unselect this instead of deleting accounts.

        • Added property last_login (string)

        • Added property email (string)

        • Added property attributes (object)

        • Added property uid (string)

      • Changed property content_type (object)

        New required properties:

        • verbose_name_plural
        • Added property verbose_name_plural (string)
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)

3.2026020.4: Update API Client

19 Dec 00:41

Choose a tag to compare

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)
POST /stages/authenticator/duo/{stage_uuid}/enrollment_status/
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)

3.2026020.3: Update API Client

16 Dec 18:23

Choose a tag to compare

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)
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)
POST /flows/executor/{flow_slug}/
Request:

Changed content type : application/json

Updated ak-stage-authenticator-sms component:

  • Changed property code (integer -> string)

Updated ak-stage-authenticator-totp component:

  • Changed property code (integer -> string)

Updated ak-stage-authenticator-email component:

  • Changed property code (integer -> string)

3.2026020.2: Update API Client

15 Dec 20:01

Choose a tag to compare

Update API Client

What's Changed


GET /crypto/certificatekeypairs/{kp_uuid}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property fingerprint_sha256 (string)

      SHA256 fingerprint of the certificate

    • Changed property fingerprint_sha1 (string)

      SHA1 fingerprint of the certificate

    • Changed property cert_expiry (string)

      Certificate expiry date

    • Changed property cert_subject (string)

      Certificate subject as RFC4514 string

    • Changed property key_type (string)

      Key algorithm type detected from the certificate's public key

PUT /crypto/certificatekeypairs/{kp_uuid}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property fingerprint_sha256 (string)

      SHA256 fingerprint of the certificate

    • Changed property fingerprint_sha1 (string)

      SHA1 fingerprint of the certificate

    • Changed property cert_expiry (string)

      Certificate expiry date

    • Changed property cert_subject (string)

      Certificate subject as RFC4514 string

    • Changed property key_type (string)

      Key algorithm type detected from the certificate's public key

PATCH /crypto/certificatekeypairs/{kp_uuid}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property fingerprint_sha256 (string)

      SHA256 fingerprint of the certificate

    • Changed property fingerprint_sha1 (string)

      SHA1 fingerprint of the certificate

    • Changed property cert_expiry (string)

      Certificate expiry date

    • Changed property cert_subject (string)

      Certificate subject as RFC4514 string

    • Changed property key_type (string)

      Key algorithm type detected from the certificate's public key

POST /crypto/certificatekeypairs/generate/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property fingerprint_sha256 (string)

      SHA256 fingerprint of the certificate

    • Changed property fingerprint_sha1 (string)

      SHA1 fingerprint of the certificate

    • Changed property cert_expiry (string)

      Certificate expiry date

    • Changed property cert_subject (string)

      Certificate subject as RFC4514 string

    • Changed property key_type (string)

      Key algorithm type detected from the certificate's public key

POST /crypto/certificatekeypairs/
Return Type:

Changed response : 201 Created

  • Changed content type : application/json

    • Changed property fingerprint_sha256 (string)

      SHA256 fingerprint of the certificate

    • Changed property fingerprint_sha1 (string)

      SHA1 fingerprint of the certificate

    • Changed property cert_expiry (string)

      Certificate expiry date

    • Changed property cert_subject (string)

      Certificate subject as RFC4514 string

    • Changed property key_type (string)

      Key algorithm type detected from the certificate's public key

GET /crypto/certificatekeypairs/
Parameters:

Deleted: include_details in query

Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property results (array)

      Changed items (object):
      > CertificateKeyPair Serializer

      • Changed property fingerprint_sha256 (string)

        SHA256 fingerprint of the certificate

      • Changed property fingerprint_sha1 (string)

        SHA1 fingerprint of the certificate

      • Changed property cert_expiry (string)

        Certificate expiry date

      • Changed property cert_subject (string)

        Certificate subject as RFC4514 string

      • Changed property key_type (string)

        Key algorithm type detected from the certificate's public key

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)
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)