User GuidesAPI ReferenceRelease Notes
Doc HomeHelp CenterLog In
API Reference

Update a Project

Update a project's properties.

{
  "id": "unify://unified-data/v1/projects/1",
  "name": "Nasdaq",
  "description": "Mastering Project",
  "type": "DEDUP",
  "unifiedDatasetName": "Nasdaq_unified_dataset",
  "relativeId": "projects/1",
  "externalId": "nasdaq"
}

Response Fields

This endpoint returns a project object describing the project that was just updated.

Language