put http://localhost:9100/api/versioned/v1/projects/
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.