Setting the description for an Approval Rule generates an ApprovalRuleDescriptionSet Message.

interface ApprovalRuleSetDescriptionAction {
    action: "setDescription";
    description?: string;
}

Properties

Properties

action: "setDescription"
description?: string

New description to set for the Approval Rule.