Setting the name for an Approval Rule generates an ApprovalRuleNameSet Message.

interface ApprovalRuleSetNameAction {
    action: "setName";
    name: string;
}

Properties

Properties

action: "setName"
name: string

New name to set for the Approval Rule.