post http://<host>:9100/api/versioned/v1/projects
Optionally include a description
and externalId
at creation time for the project. For example, the following POST
body was used in the above cURL command:
[
{
"name": "Project 1",
"description": "Mastering Project",
"type": "DEDUP",
"unifiedDatasetName": "Project 1 - Unified Dataset",
"externalId": "Project 1"
}
]
The possible project types are in the following table:
Type | Description |
---|---|
DEDUP | Mastering Project |
GOLDEN_RECORDS | Golden Records Project |
CATEGORIZATION | Categorization Project |
SCHEMA_MAPPING_RECOMMENDATIONS | Schema Mapping Project |
Response Fields
This endpoint returns a project object describing the project that was just created.