Appearance
Create Project
Create a new project instance from a project configuration. Requires the PROJECT_MANAGEMENT feature flag and ADMIN or MANAGE_PROJECTS permissions.
Parameters
| name * are required parameters | data type | description |
|---|---|---|
body.projectConfigId* | string | The project configuration schema ID |
body.name* | string | The display name of the project instance |
body.fields | object | Field values for the project |
body.startDate | string | Project start date (ISO 8601) |
body.endDate | string | Project end date (ISO 8601) |
Return Value
The created project instance.
Examples
bash
curl -X POST "https://app.wombat.software/api/{targetPath}/project" \
-H "Content-Type: application/json" \
-H "Authentication: Bearer ..." \
-d '{"projectConfigId": "config-123", "name": "Site Renovation 2025"}'ENDPOINTS
post
/api/{targetPath}/project