Type Alias: UnassignRoleFromClientData
type UnassignRoleFromClientData = object;
Defined in: gen/types.gen.ts:14789
Properties
body?
optional body: never;
Defined in: gen/types.gen.ts:14790
path
path: object;
Defined in: gen/types.gen.ts:14791
clientId
clientId: string;
The client ID.
roleId
roleId: string;
The role ID.
query?
optional query: never;
Defined in: gen/types.gen.ts:14801
url
url: "/roles/{roleId}/clients/{clientId}";
Defined in: gen/types.gen.ts:14802