User GuidesAPI ReferenceRelease Notes
Doc HomeHelp CenterLog In

Update (overwrite) a project

This endpoint requires the project ID and a projectBody with JSON input describing the updated project resource information.

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

On success, this call returns a project object describing the updated project.

Language
Click Try It! to start a request and see the response here!