URL Parameters
The unique identifier of the project to update
Body Parameters
The new name for the project
The new description for the project
Response
Indicates if the request was successful
A message describing the result of the operation
The updated project object
Unique identifier for the project
Updated name of the project
Updated description of the project (if provided)
Company ID associated with the project
Environment of the project (e.g., “development”)
Timestamp when the project was created
Timestamp when the project was last updated
Response Example
{
"success": true,
"message": "Project updated successfully",
"data": {
"id": "proj_01JWB8YZNBQDJA3VZ3F8Z9C5NX",
"name": "Updated project",
"company": "6836eb8d404feca42c262a86",
"environment": "development",
"createdAt": "2025-05-28T11:03:12.308Z",
"updatedAt": "2025-06-05T07:56:00.111Z"
}
}