Skip to main content
Version: 8.9

Type Alias: GetMappingRuleData

type GetMappingRuleData = object;

Properties

body?

optional body?: never;

path

path: object;

mappingRuleId

mappingRuleId: string;

The ID of the mapping rule to get.


query?

optional query?: never;

url

url: "/mapping-rules/{mappingRuleId}";