v18

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-2112360218.7 KB
Projects

Update a Project

Updates a project's metadata (e.g., name and/or slug). The requester must be an editor-or-above of the owning team or an admin of its organization.

put/v1/projects/{projectID}

Path parameters

projectIDstring uuid required

The ID of the project.

Request body

namestring

Human-readable project name.

slugstring

Normalized identifier, unique within the owning team.

Response

Project updated successfully