The management list in the Projects tab can remove a project but not rename it. `PATCH /api/projects/:id` only accepts `defaultAccountId` today. Renaming needs a new route, a store function to back it, and tests. Not a pure frontend addition.
The management list in the Projects tab can remove a project but not rename it.
PATCH /api/projects/:idonly acceptsdefaultAccountIdtoday.Renaming needs a new route, a store function to back it, and tests. Not a pure frontend addition.