Appearance
Build Project Config
Build and publish a project configuration schema, making it available for creating project instances. Requires the PROJECT_MANAGEMENT feature flag and ADMIN or MANAGE_PROJECTS permissions.
Parameters
| name * are required parameters | data type | description |
|---|---|---|
projectConfigId* | string | The unique identifier of the project config to build |
Return Value
The built and published project configuration schema.
Examples
bash
curl -X POST "https://app.wombat.software/api/{targetPath}/project-config/:projectConfigId/build" \
-H "Content-Type: application/json" \
-H "Authentication: Bearer ..."ENDPOINTS
post
/api/{targetPath}/project-config/:projectConfigId/build