// Projects

Update a project

Update project name and description.

PUT/api/project

Description

Updates a project's general settings. Pass only the fields you want to change.

Parameters

NameInTypeRequiredDescription
projectId body string yes ID of the project.
name body string no New name.
description body string no New description.

Errors

StatusMeaning
400 Invalid projectId or validation failure.
401 Missing or invalid Basic auth credentials, or the service account lacks the required role.