PostGroupsData

Type Alias: PostGroupsData

[object Object]

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

Properties

body?

optional body?: object

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

Defines the DTO for posting a group, containing the necessary information for creating a new group, including its name, type, and an optional group picture. The PostGroupDTO is used to transfer data from the client to the server when creating a new group, ensuring that all required information is provided and validated appropriately for the creation process.

GroupPicture

[object Object]

The group picture file to be uploaded and associated with the newly created group. This field is optional and can be included in the request to provide a visual representation of the group, allowing for better identification and differentiation of groups within the system. If provided, the group picture will be processed and stored appropriately based on the application's file handling and storage mechanisms.

Name

[object Object]

The name of the Group.

Type

[object Object]

path?

optional path?: never

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


query?

optional query?: never

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


url

[object Object]

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

On this page