Skip to content

Add endpoint to rename project #4764

@leoll2

Description

@leoll2

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 backend

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions