v51

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-0618918374.7 KB
Projects

Update

Update Project.

patch/projects/{uuid}

Path parameters

uuidstring required

UUID of the project.

Request body

namestring

The name of the project.

descriptionstring

The description of the project.

Response

Project updated.

uuidstring
namestring
descriptionstring

Example response

{
  "uuid": "og888os",
  "name": "Project Name",
  "description": "Project Description"
}