Type Alias: AssignClientToGroupData
type AssignClientToGroupData = object;
Defined in: gen/types.gen.ts:10962
Properties
body?
optional body: never;
Defined in: gen/types.gen.ts:10963
path
path: object;
Defined in: gen/types.gen.ts:10964
clientId
clientId: string;
The client ID.
groupId
groupId: string;
The group ID.
query?
optional query: never;
Defined in: gen/types.gen.ts:10974
url
url: "/groups/{groupId}/clients/{clientId}";
Defined in: gen/types.gen.ts:10975