Type Alias: UnassignRoleFromGroupData
type UnassignRoleFromGroupData = object;
Defined in: gen/types.gen.ts:14952
Properties
body?
optional body: never;
Defined in: gen/types.gen.ts:14953
path
path: object;
Defined in: gen/types.gen.ts:14954
groupId
groupId: string;
The group ID.
roleId
roleId: string;
The role ID.
query?
optional query: never;
Defined in: gen/types.gen.ts:14964
url
url: "/roles/{roleId}/groups/{groupId}";
Defined in: gen/types.gen.ts:14965