Skip to content

Releases: goauthentik/client-swift

3.2025100.9: Update API Client

23 Sep 16:02

Choose a tag to compare

Update API Client

What's Changed


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

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property app (string)

      Match events created by selected application. When left empty, all applications are matched.

      Added enum value:

      • authentik.enterprise.providers.scim
PUT /policies/event_matcher/{policy_uuid}/
Request:

Changed content type : application/json

  • Changed property app (string)

    Match events created by selected application. When left empty, all applications are matched.

    Added enum value:

    • authentik.enterprise.providers.scim
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property app (string)

      Match events created by selected application. When left empty, all applications are matched.

      Added enum value:

      • authentik.enterprise.providers.scim
PATCH /policies/event_matcher/{policy_uuid}/
Request:

Changed content type : application/json

  • Changed property app (string)

    Match events created by selected application. When left empty, all applications are matched.

    Added enum value:

    • authentik.enterprise.providers.scim
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property app (string)

      Match events created by selected application. When left empty, all applications are matched.

      Added enum value:

      • authentik.enterprise.providers.scim
GET /providers/scim/{id}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    New optional properties:

    • token
    • Added property auth_mode (string)

      Enum values:

      • token
      • oauth
    • Added property auth_oauth (string)

      OAuth Source used for authentication

    • Added property auth_oauth_params (object)

      Additional OAuth parameters, such as grant_type

PUT /providers/scim/{id}/
Request:

Changed content type : application/json

New optional properties:

  • token
  • Added property auth_mode (string)

  • Added property auth_oauth (string)

    OAuth Source used for authentication

  • Added property auth_oauth_params (object)

    Additional OAuth parameters, such as grant_type

Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    New optional properties:

    • token
    • Added property auth_mode (string)

    • Added property auth_oauth (string)

      OAuth Source used for authentication

    • Added property auth_oauth_params (object)

      Additional OAuth parameters, such as grant_type

PATCH /providers/scim/{id}/
Request:

Changed content type : application/json

  • Added property auth_mode (string)

  • Added property auth_oauth (string)

    OAuth Source used for authentication

  • Added property auth_oauth_params (object)

    Additional OAuth parameters, such as grant_type

Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    New optional properties:

    • token
    • Added property auth_mode (string)

    • Added property auth_oauth (string)

      OAuth Source used for authentication

    • Added property auth_oauth_params (object)

      Additional OAuth parameters, such as grant_type

POST /policies/event_matcher/
Request:

Changed content type : application/json

  • Changed property app (string)

    Match events created by selected application. When left empty, all applications are matched.

    Added enum value:

    • authentik.enterprise.providers.scim
Return Type:

Changed response : 201 Created

  • Changed content type : application/json

    • Changed property app (string)

      Match events created by selected application. When left empty, all applications are matched.

      Added enum value:

      • authentik.enterprise.providers.scim
GET /policies/event_matcher/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property results (array)

      Changed items (object):
      > Event Matcher Policy Serializer

      • Changed property app (string)

        Match events created by selected application. When left empty, all applications are matched.

        Added enum value:

        • authentik.enterprise.providers.scim
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 /providers/scim/
Request:

Changed content type : application/json

New optional properties:

  • token
  • Added property auth_mode (string)

  • Added property auth_oauth (string)

    OAuth Source used for authentication

  • Added property auth_oauth_params (object)

    Additional OAuth parameters, such as grant_type

Return Type:

Changed response : 201 Created

  • Changed content type : application/json

    New optional properties:

    • token
    • Added property auth_mode (string)

    • Added property auth_oauth (string)

      OAuth Source used for authentication

    • Added property auth_oauth_params (object)

      Additional OAuth parameters, such as grant_type

GET /providers/scim/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property results (array)

      Changed items (object):
      > SCIMProvider Serializer

      New optional properties:

      • token
      • Added property auth_mode (string)

      • Added property auth_oauth (string)

        OAuth Source used for authentication

      • Added property auth_oauth_params (object)

        Additional OAuth parameters, such as grant_type

GET /sources/user_connections/oauth/{id}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Added property expires (string)
PUT /sources/user_connections/oauth/{id}/
Request:

Changed content type : application/json

  • Added property expires (string)
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Added property expires (string)
PATCH /sources/user_connections/oauth/{id}/
Request:

Changed content type : application/json

  • Added property expires (string)
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Added property expires (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)
POST /sources/user_connections/oauth/
Request:

Changed content type : application/json

  • Added property expires (string)
Return Type:

Changed response : 201 Created

  • Changed content type : application/json

    • Added property expires (string)
GET /sources/user_connections/oauth/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property results (array)

      Changed items (object):
      > User source connection

      • Added property expires (string)
PUT /core/transactional/applications/
Request:

Changed content type : application/json

  • Changed property provider (object)

    Updated authentik_providers_scim.scimprovider provider_model:
    New optional properties:

    • token
    • Added property auth_mode (string)

    • Added property auth_oauth (string)

      OAuth Source used for authentication

    • Added property auth_oauth_params (object)

      Additional OAuth parameters, such as grant_type

3.2025100.8: Update API Client

19 Sep 16:22

Choose a tag to compare

Update API Client

What's Changed


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

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property model (string)

      Match events created by selected model. When left empty, all models are matched. When an app is selected, all the application's models are matched.

      Removed enum value:

      • authentik_stages_consent.userconsent
PUT /policies/event_matcher/{policy_uuid}/
Request:

Changed content type : application/json

  • Changed property model (string)

    Match events created by selected model. When left empty, all models are matched. When an app is selected, all the application's models are matched.

    Removed enum value:

    • authentik_stages_consent.userconsent
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property model (string)

      Match events created by selected model. When left empty, all models are matched. When an app is selected, all the application's models are matched.

      Removed enum value:

      • authentik_stages_consent.userconsent
PATCH /policies/event_matcher/{policy_uuid}/
Request:

Changed content type : application/json

  • Changed property model (string)

    Match events created by selected model. When left empty, all models are matched. When an app is selected, all the application's models are matched.

    Removed enum value:

    • authentik_stages_consent.userconsent
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property model (string)

      Match events created by selected model. When left empty, all models are matched. When an app is selected, all the application's models are matched.

      Removed enum value:

      • authentik_stages_consent.userconsent
POST /policies/event_matcher/
Request:

Changed content type : application/json

  • Changed property model (string)

    Match events created by selected model. When left empty, all models are matched. When an app is selected, all the application's models are matched.

    Removed enum value:

    • authentik_stages_consent.userconsent
Return Type:

Changed response : 201 Created

  • Changed content type : application/json

    • Changed property model (string)

      Match events created by selected model. When left empty, all models are matched. When an app is selected, all the application's models are matched.

      Removed enum value:

      • authentik_stages_consent.userconsent
GET /policies/event_matcher/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property results (array)

      Changed items (object):
      > Event Matcher Policy Serializer

      • Changed property model (string)

        Match events created by selected model. When left empty, all models are matched. When an app is selected, all the application's models are matched.

        Removed enum value:

        • authentik_stages_consent.userconsent
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 /rbac/permissions/assigned_by_roles/{uuid}/assign/
Request:

Changed content type : application/json

  • Changed property model (string)

    Removed enum value:

    • authentik_stages_consent.userconsent
PATCH /rbac/permissions/assigned_by_roles/{uuid}/unassign/
Request:

Changed content type : application/json

  • Changed property model (string)

    Removed enum value:

    • authentik_stages_consent.userconsent
POST /rbac/permissions/assigned_by_users/{id}/assign/
Request:

Changed content type : application/json

  • Changed property model (string)

    Removed enum value:

    • authentik_stages_consent.userconsent
PATCH /rbac/permissions/assigned_by_users/{id}/unassign/
Request:

Changed content type : application/json

  • Changed property model (string)

    Removed enum value:

    • authentik_stages_consent.userconsent
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 /rbac/permissions/assigned_by_roles/
Parameters:

Changed: model in query

GET /rbac/permissions/assigned_by_users/
Parameters:

Changed: model in query

3.2025100.7: Update API Client

19 Sep 12:03

Choose a tag to compare

Update API Client

What's Changed


GET /core/users/paths/
Parameters:

Changed: search in query

A search term.

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)
GET /rac/endpoints/
Parameters:

Changed: search in query

A search term.

3.2025100.6: Update API Client

16 Sep 17:21

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)
GET /stages/authenticator/duo/{stage_uuid}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property friendly_name (string)
PUT /stages/authenticator/duo/{stage_uuid}/
Request:

Changed content type : application/json

  • Changed property friendly_name (string)
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property friendly_name (string)
PATCH /stages/authenticator/duo/{stage_uuid}/
Request:

Changed content type : application/json

  • Changed property friendly_name (string)
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property friendly_name (string)
GET /stages/authenticator/email/{stage_uuid}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property friendly_name (string)
PUT /stages/authenticator/email/{stage_uuid}/
Request:

Changed content type : application/json

  • Changed property friendly_name (string)
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property friendly_name (string)
PATCH /stages/authenticator/email/{stage_uuid}/
Request:

Changed content type : application/json

  • Changed property friendly_name (string)
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property friendly_name (string)
GET /stages/authenticator/endpoint_gdtc/{stage_uuid}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property friendly_name (string)
PUT /stages/authenticator/endpoint_gdtc/{stage_uuid}/
Request:

Changed content type : application/json

  • Changed property friendly_name (string)
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property friendly_name (string)
PATCH /stages/authenticator/endpoint_gdtc/{stage_uuid}/
Request:

Changed content type : application/json

  • Changed property friendly_name (string)
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property friendly_name (string)
GET /stages/authenticator/sms/{stage_uuid}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property friendly_name (string)
PUT /stages/authenticator/sms/{stage_uuid}/
Request:

Changed content type : application/json

  • Changed property friendly_name (string)
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property friendly_name (string)
PATCH /stages/authenticator/sms/{stage_uuid}/
Request:

Changed content type : application/json

  • Changed property friendly_name (string)
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property friendly_name (string)
GET /stages/authenticator/static/{stage_uuid}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property friendly_name (string)
PUT /stages/authenticator/static/{stage_uuid}/
Request:

Changed content type : application/json

  • Changed property friendly_name (string)
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property friendly_name (string)
PATCH /stages/authenticator/static/{stage_uuid}/
Request:

Changed content type : application/json

  • Changed property friendly_name (string)
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property friendly_name (string)
GET /stages/authenticator/totp/{stage_uuid}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property friendly_name (string)
PUT /stages/authenticator/totp/{stage_uuid}/
Request:

Changed content type : application/json

  • Changed property friendly_name (string)
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property friendly_name (string)
PATCH /stages/authenticator/totp/{stage_uuid}/
Request:

Changed content type : application/json

  • Changed property friendly_name (string)
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property friendly_name (string)
GET /stages/authenticator/webauthn/{stage_uuid}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property friendly_name (string)
PUT /stages/authenticator/webauthn/{stage_uuid}/
Request:

Changed content type : application/json

  • Changed property friendly_name (string)
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property friendly_name (string)
PATCH /stages/authenticator/webauthn/{stage_uuid}/
Request:

Changed content type : application/json

  • Changed property friendly_name (string)
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property friendly_name (string)
POST /stages/authenticator/duo/
Request:

Changed content type : application/json

  • Changed property friendly_name (string)
Return Type:

Changed response : 201 Created

  • Changed content type : application/json

    • Changed property friendly_name (string)
GET /stages/authenticator/duo/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property results (array)

      Changed items (object):
      > AuthenticatorDuoStage Serializer

      • Changed property friendly_name (string)
POST /stages/authenticator/email/
Request:

Changed content type : application/json

  • Changed property friendly_name (string)
Return Type:

Changed response : 201 Created

  • Changed content type : application/json

    • Changed property friendly_name (string)
GET /stages/authenticator/email/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property results (array)

      Changed items (object):
      > AuthenticatorEmailStage Serializer

      • Changed property friendly_name (string)
POST /stages/authenticator/endpoint_gdtc/
Request:

Changed content type : application/json

  • Changed property friendly_name (string)
Return Type:

Changed response : 201 Created

  • Changed content type : application/json

    • Changed property friendly_name (string)
GET /stages/authenticator/endpoint_gdtc/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property results (array)

      Changed items (object):
      > AuthenticatorEndpointGDTCStage Serializer

      • Changed property friendly_name (string)
POST /stages/authenticator/sms/
Request:

Changed content type : application/json

  • Changed property friendly_name (string)
Return Type:

Changed response : 201 Created

  • Changed content type : application/json

    • Changed property friendly_name (string)
GET /stages/authenticator/sms/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property results (array)

      Changed items (object):
      > AuthenticatorSMSStage Serializer

      • Changed property friendly_name (string)
POST /stages/authenticator/static/
Request:

Changed content type : application/json

  • Changed property friendly_name (string)
Return Type:

Changed response : 201 Created

  • Changed content type : application/json

    • Changed property friendly_name (string)
GET /stages/authenticator/static/
Return Type:

Changed response : *200 OK...

Read more

3.2025100.5: Update API Client

10 Sep 17:46

Choose a tag to compare

Update API Client

What's Changed


POST /core/groups/{group_uuid}/remove_user/
Return Type:

Changed response : 204 No Content

User removed

GET /core/users/impersonate_end/
Return Type:

Changed response : 204 No Content

Successfully ended impersonation

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.2025100.4: Update API Client

03 Sep 14:02

Choose a tag to compare

Update API Client

What's Changed


POST /core/users/{id}/impersonate/
Return Type:

Deleted response : 401 Unauthorized

Access denied

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.2025100.3: Update API Client

29 Aug 13:14

Choose a tag to compare

Update API Client

What's Changed


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

Changed content type : application/json

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.2025100.2: Update API Client

15 Aug 10:49

Choose a tag to compare

Update API Client

What's Changed


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

Changed response : 200 OK

  • Changed content type : application/json

    • Added property email_subject_prefix (string)

    • Added property email_template (string)

PUT /events/transports/{uuid}/
Request:

Changed content type : application/json

  • Added property email_subject_prefix (string)

  • Added property email_template (string)

Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Added property email_subject_prefix (string)

    • Added property email_template (string)

PATCH /events/transports/{uuid}/
Request:

Changed content type : application/json

  • Added property email_subject_prefix (string)

  • Added property email_template (string)

Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Added property email_subject_prefix (string)

    • Added property email_template (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 /events/transports/
Request:

Changed content type : application/json

  • Added property email_subject_prefix (string)

  • Added property email_template (string)

Return Type:

Changed response : 201 Created

  • Changed content type : application/json

    • Added property email_subject_prefix (string)

    • Added property email_template (string)

GET /events/transports/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property results (array)

      Changed items (object):
      > NotificationTransport Serializer

      • Added property email_subject_prefix (string)

      • Added property email_template (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.2025100.1: Update API Client

12 Aug 21:21

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)

3.2025080.2: Update API Client

12 Aug 19:32

Choose a tag to compare

Update API Client

What's Changed


POST /core/users/{id}/recovery/
POST /core/users/{id}/recovery_email/
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)