Type Alias: GetMappingRuleData
type GetMappingRuleData = object;
Defined in: gen/types.gen.ts:12328
Properties
body?
optional body: never;
Defined in: gen/types.gen.ts:12329
path
path: object;
Defined in: gen/types.gen.ts:12330
mappingRuleId
mappingRuleId: string;
The ID of the mapping rule to get.
query?
optional query: never;
Defined in: gen/types.gen.ts:12336
url
url: "/mapping-rules/{mappingRuleId}";
Defined in: gen/types.gen.ts:12337