feat: add color to project

This commit is contained in:
Adam
2025-12-09 13:29:59 -06:00
parent 98790fc143
commit bd3cef5398
5 changed files with 1371 additions and 268 deletions
+1 -1
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: {