Update IP Allowlist Configuration

Update sessionAllowlistEnabled and apiTokenAllowlistEnabled settings.

Authentication

Authorizationstring
API Key authentication via header

Request

This endpoint expects an object.
sessionAllowlistEnabledbooleanOptional
Enable or disable session allowlist
apiTokenAllowlistEnabledbooleanOptional
Enable or disable API token allowlist

Response

Updated IP allowlist configuration and entries
sessionAllowlistEnabledboolean
apiTokenAllowlistEnabledboolean
entrieslist of objects

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
409
Conflict Error
500
Internal Server Error