Skip to main content
PATCH
Update project

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

project_id
string
required

Body

application/json
name
string | null

New project name; omit to keep the current one.

description
string | null

New description; omit to keep the current one.

visibility
enum<string> | null

New sharing setting; omit to keep the current one. 'private' limits the project to its members, 'public' makes it visible to everyone in the organization. Only a project owner may change this.

Available options:
private,
public

Response

Successful Response