Skip to main content
PUT
cURL

Authorizations

Authorization
string
header
required

If using Bearer auth, pass the Secret Key as the token:

Path Parameters

id
string
required

The id of the requested resource

Body

application/json
name
string

Project name.

description
string

Project description.

Maximum string length: 10000
publicId
string

URL-safe slug (lowercase letters, numbers, dashes).

settings
object

Project stats settings that, when set, override the organization settings.

restrictAccess
boolean

When true, only members with an explicit role on this Project (directly or via a team) can access it. Members with the manageTeam permission retain access. Requires a Pro or Enterprise plan.

Response

200 - application/json

Resource updated

project
object
required