Type Alias: UpdateMappingRuleData
type UpdateMappingRuleData = object;
Defined in: gen/types.gen.ts:12366
Properties
body?
optional body: MappingRuleCreateUpdateRequest;
Defined in: gen/types.gen.ts:12367
path
path: object;
Defined in: gen/types.gen.ts:12368
mappingRuleId
mappingRuleId: string;
The ID of the mapping rule to update.
query?
optional query: never;
Defined in: gen/types.gen.ts:12374
url
url: "/mapping-rules/{mappingRuleId}";
Defined in: gen/types.gen.ts:12375