Skip to main content
PATCH
Requires scope: api:manage-projects Requires an org-wide key.

Parameters

str
required
Project id or slug.
str | None
New display name.
str | None
New description.
str | None
New intent tag: “dev”, “staging”, or “prod”.

Returns

Project — The updated project.
str
Olira project id.
str
Updated display name.
str
URL-friendly handle (unchanged by rename).
str | None
Updated description.
str | None
Updated intent tag.
str
“active” or “deprecated”.
bool
True for the organization’s default project.
str | None
ISO 8601 creation timestamp.
str | None
ISO 8601 deprecation timestamp, if deprecated.

Raises