update()
Home > @gooddata/sdk-backend-spi > IOrganizationIpAllowlistService > update
IOrganizationIpAllowlistService.update() method
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Replace an existing IP allowlist policy (PUT semantics).
Signature:
update(definition: IIpAllowlistDefinition): Promise<IIpAllowlist>;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
definition |
full definition of the policy; |
Returns:
Promise<IIpAllowlist>
Promise resolved with the updated policy.