Skip to main content
PATCH
Update Project Information

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Project identifier

Body

application/json
name
string

Project name

description
string

Project description

Response

Update successful

id
string

Project identifier

name
string

Project name

status
enum<string>

Project status

Available options:
active,
inactive,
deleted
region
string

Project region

pgVersion
integer

PostgreSQL version

createdAt
string<date-time>

Creation time

updatedAt
string<date-time>

Update time

organization
object