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/email/{stage_uuid}/
Return Type:
Changed response : 200 OK
-
Changed content type :
application/json
-
Added property
recovery_max_attempts
(integer) -
Added property
recovery_cache_timeout
(string)The time window used to count recent account recovery attempts. If the number of attempts exceed recovery_max_attempts within this period, further attempts will be rate-limited. (Format: hours=1;minutes=2;seconds=3).
-
PUT
/stages/email/{stage_uuid}/
Request:
Changed content type : application/json
-
Added property
recovery_max_attempts
(integer) -
Added property
recovery_cache_timeout
(string)The time window used to count recent account recovery attempts. If the number of attempts exceed recovery_max_attempts within this period, further attempts will be rate-limited. (Format: hours=1;minutes=2;seconds=3).
Return Type:
Changed response : 200 OK
-
Changed content type :
application/json
-
Added property
recovery_max_attempts
(integer) -
Added property
recovery_cache_timeout
(string)The time window used to count recent account recovery attempts. If the number of attempts exceed recovery_max_attempts within this period, further attempts will be rate-limited. (Format: hours=1;minutes=2;seconds=3).
-
PATCH
/stages/email/{stage_uuid}/
Request:
Changed content type : application/json
-
Added property
recovery_max_attempts
(integer) -
Added property
recovery_cache_timeout
(string)The time window used to count recent account recovery attempts. If the number of attempts exceed recovery_max_attempts within this period, further attempts will be rate-limited. (Format: hours=1;minutes=2;seconds=3).
Return Type:
Changed response : 200 OK
-
Changed content type :
application/json
-
Added property
recovery_max_attempts
(integer) -
Added property
recovery_cache_timeout
(string)The time window used to count recent account recovery attempts. If the number of attempts exceed recovery_max_attempts within this period, further attempts will be rate-limited. (Format: hours=1;minutes=2;seconds=3).
-
POST
/stages/email/
Request:
Changed content type : application/json
-
Added property
recovery_max_attempts
(integer) -
Added property
recovery_cache_timeout
(string)The time window used to count recent account recovery attempts. If the number of attempts exceed recovery_max_attempts within this period, further attempts will be rate-limited. (Format: hours=1;minutes=2;seconds=3).
Return Type:
Changed response : 201 Created
-
Changed content type :
application/json
-
Added property
recovery_max_attempts
(integer) -
Added property
recovery_cache_timeout
(string)The time window used to count recent account recovery attempts. If the number of attempts exceed recovery_max_attempts within this period, further attempts will be rate-limited. (Format: hours=1;minutes=2;seconds=3).
-
GET
/stages/email/
Return Type:
Changed response : 200 OK
-
Changed content type :
application/json
-
Changed property
results
(array)Changed items (object):
> EmailStage Serializer-
Added property
recovery_max_attempts
(integer) -
Added property
recovery_cache_timeout
(string)The time window used to count recent account recovery attempts. If the number of attempts exceed recovery_max_attempts within this period, further attempts will be rate-limited. (Format: hours=1;minutes=2;seconds=3).
-
-