PostGroupsData

Type Alias: PostGroupsData

[object Object]

Defined in: api/types.gen.ts:3847

Properties

body?

optional body?: object

Defined in: api/types.gen.ts:3851

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: api/types.gen.ts:3862


query?

optional query?: never

Defined in: api/types.gen.ts:3863


url

[object Object]

Defined in: api/types.gen.ts:3864

On this page