Skip to main content
PATCH
Update project

Authorizations

Authorization
string
header
required

JWT authentication token

Path Parameters

id
string
required

Project ID

Body

application/json
name
string

New project name

Required string length: 1 - 128
settings_md
string

Replace the project's settings markdown. Omit to leave unchanged; send an empty string to clear. Values longer than 35k characters are truncated by the API and suffixed with "[truncated] max char limit 35k".

tags
string[]

Replace the project's tag set. Each tag is trimmed and must be non-empty (max 32 chars, no control characters); the array is capped at 20. Replace semantics - PATCH overwrites the column. The agent's metadata generator may add to this set on subsequent task fires, but never removes user-set tags.

Response

Project updated

project
object
required