v1
latestOpenAPI 3.1.02026-07-24700259.3 KBIP AUTH
Patch an IP Auth
Patch an existing IP Auth ignoring missing properties
patch/ip_auth/edit
Request body
Example request
{
"ip_address": "127.0.0.1",
"description": "test smtp user",
"custom_ratelimit_period": "0:30:00",
"ip_pool": 1234,
"feedback_html": "test_html",
"feedback_text": "test_text"
}Response
Successfully patched IP Auth
Example response
{
"data": [
{
"request_id": "aa253464-0bd0-467a-b24b-6159dcd7be60",
"data": {
"ip_address": "ip_address",
"custom_rate_limit": true,
"custom_ratelimit_value": 123,
"custom_ratelimit_period": "0:30:00",
"default_ratelimit_period": "unlimited",
"ippool": 1234
}
}
],
"request_id": "4b661d88-6b2d-11eb-8bb3-f23c92bb31d2"
}