GroupUpdateDto

Type Alias: GroupUpdateDto

[object Object]

Defined in: app/api/types.gen.ts:684

Defines the DTO for updating an existing group, containing all necessary information for modifying a group's properties. The GroupUpdateDTO is used to transfer data from the client to the server when updating an existing group, allowing for changes to be made to the group's details while ensuring that the provided information is validated appropriately for the update process.

Properties

active

[object Object]

Defined in: app/api/types.gen.ts:692

Status of the group. Inactive groups are hidden from administrative views to prevent clutter, but are preserved in the database for historical records and statistics (e.g., the Almanac).


name

[object Object]

Defined in: app/api/types.gen.ts:688

The name of the Group.


type

[object Object]

Defined in: app/api/types.gen.ts:693

On this page