Skip to main content
PATCH
Update project

Authorizations

Authorization
string
header
required

API key authentication. Pass your key as a Bearer token. Keys use the format hm_live_<32 hex chars>. Generate keys from your Harmonica dashboard settings.

Path Parameters

id
string<uuid>
required

Body

application/json

All fields optional; at least one must be provided.

title
string

New project title.

Required string length: 1 - 200
description
string | null

New project description (markdown).

Maximum string length: 2000

Response

Updated project

id
string<uuid>
required
title
string
required
status
string
required

Project lifecycle status (active, draft, deleted).

is_public
boolean
required
created_at
string<date-time>
required
description
string | null