v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBIP Allowlist
Update IP Allowlist
Edit the entries in the IP allowlist, and enable or disable it.
patch/api/v2/ip_allowlist
Request body
Example request
{
"data": {
"attributes": {
"entries": [
{
"data": {
"type": "ip_allowlist_entry"
}
}
]
},
"type": "ip_allowlist"
}
}Response
OK
Example response
{
"data": {
"attributes": {
"entries": [
{
"data": {
"type": "ip_allowlist_entry"
}
}
]
},
"type": "ip_allowlist"
}
}