Type Alias: AssignRoleToGroupData
type AssignRoleToGroupData = object;
Defined in: gen/types.gen.ts:15003
Properties
body?
optional body: never;
Defined in: gen/types.gen.ts:15004
path
path: object;
Defined in: gen/types.gen.ts:15005
groupId
groupId: string;
The group ID.
roleId
roleId: string;
The role ID.
query?
optional query: never;
Defined in: gen/types.gen.ts:15015
url
url: "/roles/{roleId}/groups/{groupId}";
Defined in: gen/types.gen.ts:15016