Skip to main content
Version: 8.9

Type Alias: UpdateMappingRuleData

type UpdateMappingRuleData = object;

Properties

body?

optional body?: MappingRuleUpdateRequest;

path

path: object;

mappingRuleId

mappingRuleId: string;

The ID of the mapping rule to update.


query?

optional query?: never;

url

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