v1
latestOpenAPI 3.1.02026-07-2414238909.1 KBUpdate the IP whitelisting of API
patch/security/whitelist
Headers
Authorizationstring required
This will help us identify the specific application for which we will apply the whitelist.
Content-Typestring required
application/json
Request body
Response
200
Example response
{
"whitelistedIps": [
"12.123.123.123/12"
]
}