Skip to main content
PATCH
/
projects
/
{projectId}
Error
A valid request URL is required to generate request examples
{
  "status": "<string>",
  "code": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

projectId
string
required

Body

application/json
attributes
Arbitrary attributes · object

Arbitrary attributes attached to this resource

title
string

The title of the project

description
string

The description of the project

default_branch
string | null

The default branch of the project

timezone
string

Timezone of the project

region
string

The region of the project

default_domain
string | null

The default domain of the project

Response

default - application/json
status
string
required

The status text of the response

code
integer
required

The status code of the response

Last modified on March 25, 2026