Skip to main content
PATCH
Core - Update project

Authorizations

Authorization
string
header
required

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

Path Parameters

project_id
string
required

Project ID to update.

Body

application/json
name
string

New project name. Omit to keep the current name.

teams
string[]

Replacement list of team identifiers associated with the project. Leave empty to remove all team associations.

description
string

New project description. Omit to keep the current description.

Response

200 - application/json

OK

project
object
required

Updated project.