# Approval settings changed Fired when the approval settings for an account have been changed, such as toggling pre-approval or updating the number of required approvers. Related endpoint: Get account parameters Endpoint: POST banking.account.approval_settings.updated Version: 1.0.0 ## Request fields (application/json): - `id` (string, required) Unique identifier of the account. - `name` (string,null) Name of the account. - `displayName` (string,null) Display name of the account. - `preApproval` (boolean) Whether pre-approval is enabled for the account. - `numberOfApprovers` (integer) Number of required approvers for payments from this account. - `_links` (object) HATEOAS links. - `_links.self` (object) A HATEOAS link. - `_links.self.href` (string) URI of the linked resource. - `_links.self.verb` (string) HTTP verb for the link. Enum: "get", "post", "put", "delete"