Type Alias: AssignMappingRuleToGroupData
type AssignMappingRuleToGroupData = object;
Defined in: gen/types.gen.ts:11114
Properties
body?
optional body: never;
Defined in: gen/types.gen.ts:11115
path
path: object;
Defined in: gen/types.gen.ts:11116
groupId
groupId: string;
The group ID.
mappingRuleId
mappingRuleId: string;
The mapping rule ID.
query?
optional query: never;
Defined in: gen/types.gen.ts:11126
url
url: "/groups/{groupId}/mapping-rules/{mappingRuleId}";
Defined in: gen/types.gen.ts:11127