Interface ActionRuleObject

Rule configuration to map a website's URL (pathPattern) to an Actions API endpoint (apiPath)

interface ActionRuleObject {
    apiPath: string;
    pathPattern: string;
}

Properties

Properties

apiPath: string

relative (preferred) or absolute path that supports Action requests

pathPattern: string

relative (preferred) or absolute path to perform the rule mapping from