Skip to content

Update Project Config

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

Parameters

name * are required parametersdata typedescription
projectConfigId*stringThe unique identifier of the project config to update
body.namestringUpdated display name
body.descriptionstringUpdated description
body.fieldsarrayUpdated field definitions

Return Value

The updated project configuration schema.

Examples

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

ENDPOINTS

put/api/{targetPath}/project-config/:projectConfigId