Type Alias: UpdateGroupData
type UpdateGroupData = object;
Defined in: gen/types.gen.ts:10813
Properties
body
body: GroupUpdateRequest;
Defined in: gen/types.gen.ts:10814
path
path: object;
Defined in: gen/types.gen.ts:10815
groupId
groupId: string;
The group ID.
query?
optional query: never;
Defined in: gen/types.gen.ts:10821
url
url: "/groups/{groupId}";
Defined in: gen/types.gen.ts:10822