latestOpenAPI 3.1.02026-08-20723176475.4 KB
c2b39b2c43c5
Projects
Update a project
Updates the details of a specific project by its ID within a given space.
put/v1/spaces/{spaceId}/projects/{projectId}
Path parameters
spaceIdinteger required
ID of the space
projectIdinteger required
ID of the project
Headers
X-Org-Idinteger required
Organization ID
Request body
Example request
{
"name": "Project Beta",
"description": "Updated description of the project",
"startDate": "2023-02-01",
"dueDate": "2023-11-30",
"status": "Completed",
"priority": "Medium",
"health": "At Risk",
"projectTags": [
"tag3",
"tag4"
],
"contact": 67890,
"actualStartDate": "2023-01-05",
"actualEndDate": "2023-12-15",
"allocatedBudget": 500000,
"billableCost": 200000,
"nonBillableCost": 50000,
"actualCost": 250000,
"projectType": "FIXED_FEE",
"contractValue": 45000,
"alertThresholdPercent": 80,
"nteCapHours": 720000000,
"retainerBudgetPeriod": "MONTHLY",
"retainerBudgetedHours": 540000000,
"retainerFee": 8000,
"retainerCountHoursMode": "BOTH",
"retainerCountCostMode": "BOTH",
"retainerCycleAnchor": "2024-01-01"
}Response
OK