feat: add color to project

This commit is contained in:
Adam
2025-12-09 13:29:59 -06:00
parent c944d19c3b
commit 9a34965432
5 changed files with 1371 additions and 268 deletions

View File

@@ -54,7 +54,7 @@ export const ProjectRoute = new Hono()
"/:projectID",
describeRoute({
summary: "Update project",
description: "Update project properties such as name and icon.",
description: "Update project properties such as name, icon and color.",
operationId: "project.update",
responses: {
200: {