Adapted some config for the api

This commit is contained in:
Marta Borgia Leiva 2026-02-09 22:46:16 +01:00
parent 773fa7ad6d
commit d1e016b7df
Signed by: a-mayb3
GPG key ID: 293AAC4FED165CE3
9 changed files with 74 additions and 54 deletions

View file

@ -17,7 +17,7 @@ export interface ProjectFull {
export interface CreateProjectRequest {
name: string;
description?: string;
description: string;
}
export interface UpdateProjectRequest {