v64

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

Update project

Updates a project's name and/or settings. Renaming never changes the slug, and the slug cannot be changed via the API (only from the dashboard). Use id or slug as stable references.

patch/v1/projects/{projectSlug}

Path parameters

projectSlugstring required

Project slug (human-readable identifier)

Project slug (human-readable identifier)

Request body

namestring

New human-readable name. Renaming never changes the slug.

Response

Updated project

idstring required

Stable project identifier (CUID2).

organizationIdstring required

Organization that owns this project.

namestring required

Human-readable name.

slugstring required

URL-safe slug. Set from name at creation; renaming never changes it. It can only be changed from the dashboard, not via the API.

firstTraceAtstring nullable required

ISO-8601 timestamp of the first ingested trace. null until the first trace lands.

deletedAtstring nullable required

ISO-8601 timestamp at which the project was deleted. null while the project is active.

lastEditedAtstring required

ISO-8601 timestamp of the most recent name/settings edit.

createdAtstring required

ISO-8601 timestamp of creation.

updatedAtstring required

ISO-8601 timestamp of the last metadata change.