Modifies a project in the organization.
POST /organization/projects/{project_id}
POST
/organization/projects/{project_id}
Authorizations
Parameters
Path Parameters
project_id
required
string
The ID of the project.
Request Body required
The project update request payload.
object
name
required
The updated name of the project, this name appears in reports.
string
Responses
200
Project updated successfully.
Represents an individual project.
object
id
required
The identifier, which can be referenced in API endpoints
string
object
required
The object type, which is always organization.project
string
name
required
The name of the project. This appears in reporting.
string
created_at
required
The Unix timestamp (in seconds) of when the project was created.
integer
archived_at
The Unix timestamp (in seconds) of when the project was archived or null
.
integer
status
required
active
or archived
string
400
Error response when updating the default project.
object
error
required
object
code
required
string
message
required
string
param
required
string
type
required
string