Skip to main content
PUT
Only the fields you send change. Send an empty string, such as "description": "", to clear a field.

Authorizations

Authorization
string
header
required

Requires an API key. See the Authentication guide.

Path Parameters

project_id
string
required

Body

application/json
title
string | null
Required string length: 1 - 128
description
string | null

Free-text description of the project.

Maximum string length: 1024

Response

200 - application/json

Project after update.

id
string
required
title
string
required
created_at
string<date-time>
required
type
string
default:project
Allowed value: "project"
description
string | null

Free-text description of the project.

updated_at
string<date-time> | null