Releases: goauthentik/client-swift
3.2025100.9: Update API Client
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/jsonNew optional properties:
token
-
Added property
auth_mode(string)Enum values:
tokenoauth
-
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/jsonNew 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/jsonNew 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)
- Changed property
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)
- Changed property
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)
- Changed property
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/jsonNew 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 SerializerNew 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)
- Added property
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)
- Added property
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)
- Added property
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)
- Changed property
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)
- Changed property
-
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)
- Added property
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)
- Added property
-
PUT /core/transactional/applications/
Request:
Changed content type : application/json
-
Changed property
provider(object)Updated
authentik_providers_scim.scimproviderprovider_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
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)
- Changed property
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)
- Changed property
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)
- Changed property
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)
- Changed property
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)
- Changed property
-
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
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)
- Changed property
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)
- Changed property
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)
- Changed property
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)
- Changed property
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)
- Changed property
-
GET /rac/endpoints/
Parameters:
Changed: search in query
A search term.
3.2025100.6: Update API Client
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)
- Changed property
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)
- Changed property
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)
- Changed property
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)
- Changed property
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)
- Changed property
-
GET /stages/authenticator/duo/{stage_uuid}/
Return Type:
Changed response : 200 OK
-
Changed content type :
application/json- Changed property
friendly_name(string)
- Changed property
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)
- Changed property
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)
- Changed property
GET /stages/authenticator/email/{stage_uuid}/
Return Type:
Changed response : 200 OK
-
Changed content type :
application/json- Changed property
friendly_name(string)
- Changed property
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)
- Changed property
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)
- Changed property
GET /stages/authenticator/endpoint_gdtc/{stage_uuid}/
Return Type:
Changed response : 200 OK
-
Changed content type :
application/json- Changed property
friendly_name(string)
- Changed property
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)
- Changed property
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)
- Changed property
GET /stages/authenticator/sms/{stage_uuid}/
Return Type:
Changed response : 200 OK
-
Changed content type :
application/json- Changed property
friendly_name(string)
- Changed property
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)
- Changed property
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)
- Changed property
GET /stages/authenticator/static/{stage_uuid}/
Return Type:
Changed response : 200 OK
-
Changed content type :
application/json- Changed property
friendly_name(string)
- Changed property
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)
- Changed property
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)
- Changed property
GET /stages/authenticator/totp/{stage_uuid}/
Return Type:
Changed response : 200 OK
-
Changed content type :
application/json- Changed property
friendly_name(string)
- Changed property
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)
- Changed property
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)
- Changed property
GET /stages/authenticator/webauthn/{stage_uuid}/
Return Type:
Changed response : 200 OK
-
Changed content type :
application/json- Changed property
friendly_name(string)
- Changed property
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)
- Changed property
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)
- Changed property
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)
- Changed property
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)
- Changed property
-
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)
- Changed property
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)
- Changed property
-
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)
- Changed property
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)
- Changed property
-
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)
- Changed property
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)
- Changed property
-
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)
- Changed property
GET /stages/authenticator/static/
Return Type:
Changed response : *200 OK...
3.2025100.5: Update API Client
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)
- Changed property
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)
- Changed property
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)
- Changed property
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)
- Changed property
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)
- Changed property
-
3.2025100.4: Update API Client
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)
- Changed property
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)
- Changed property
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)
- Changed property
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)
- Changed property
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)
- Changed property
-
3.2025100.3: Update API Client
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)
- Changed property
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)
- Changed property
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)
- Changed property
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)
- Changed property
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)
- Changed property
-
3.2025100.2: Update API Client
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)
- Changed property
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)
- Changed property
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)
- Changed property
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)
- Changed property
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)
- Changed property
-
3.2025100.1: Update API Client
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)
- Changed property
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)
- Changed property
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)
- Changed property
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)
- Changed property
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)
- Changed property
-
3.2025080.2: Update API Client
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)
- Changed property
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)
- Changed property
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)
- Changed property
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)
- Changed property
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)
- Changed property
-