Skip to main content
PUT
Update a 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

The unique identifier of the project to update

Body

application/json

Request body for updating a project

name
string

Project display name

Minimum string length: 1
description
string

Project description

Response

Project updated successfully

The updated project

success
boolean
required
data
object
required

Project object