PUT
/
api
/
v1
/
orgs
/
{org_id}
"<any>"

Authorizations

Authorization
string
header
required

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

Path Parameters

org_id
string
required

Body

application/json
name
string | null

Updated name of the project

Examples:

"My Updated Project"

description
string | null

Updated description of the project

Examples:

"The project now aims to..."

status
string | null

Updated status of the project

Examples:

"completed"

"archived"

metadata
object | null

Updated project metadata in key-value pairs

Examples:
{ "priority": "medium", "team_size": 7 }

Response

Successful Response

The response is of type any.