-
Notifications
You must be signed in to change notification settings - Fork 461
Open
Labels
Geti Tune BackendIssues related to Geti Tune Studio backendIssues related to Geti Tune Studio backend
Description
Endpoint: PATCH /api/projects/<id>
Body:
{
"name": "New Project Name",
}
This endpoint should only allow to rename the project. Conversely, it's not possible to modify other properties such as the id or the task (in fact labels can be edited, but through a different endpoint).
For the implementation, take a look at the other PATCH endpoints for reference.
Metadata
Metadata
Assignees
Labels
Geti Tune BackendIssues related to Geti Tune Studio backendIssues related to Geti Tune Studio backend