Skip to content

Update Project

Update an existing project instance. Requires the PROJECT_MANAGEMENT feature flag and ADMIN or MANAGE_PROJECTS permissions.

Parameters

name * are required parametersdata typedescription
projectInstanceId*stringThe unique identifier of the project instance to update
body.namestringUpdated display name
body.fieldsobjectUpdated field values
body.startDatestringUpdated start date (ISO 8601)
body.endDatestringUpdated end date (ISO 8601)

Return Value

The updated project instance.

Examples

bash
curl -X PUT "https://app.wombat.software/api/{targetPath}/project/:projectInstanceId" \
  -H "Content-Type: application/json" \
  -H "Authentication: Bearer ..." \
  -d '{"name": "Updated Project Name"}'

ENDPOINTS

put/api/{targetPath}/project/:projectInstanceId