Skip to main content
PATCH
Update a project

Authorizations

slog-api-key
string
header
required

API key obtained from the Slog dashboard or returned by the signup/invite-redeem flows. Pass as the slog-api-key header.

Path Parameters

id
string
required

Resource ID (UPID) or, for tasks and projects, the human-readable reference such as ENG-42.

Body

application/json
name
string
Example:

"Platform v3"

status
enum<string>

Lifecycle status of a project.

Available options:
PLANNING,
ACTIVE,
ON_HOLD,
COMPLETED,
CANCELLED
description
string | null
Example:

"Updated description."

Response

The updated project.

project
object