post http://<host>:9100/api/versioned/v1/projects//taxonomy
Create a taxonomy and add it to a categorization project
Creating and adding a taxonomy to a categorization project only requires metadata about the taxonomy: the name. Populating the taxonomy with categories can be done through the Categories-related endpoints.
{
"name": "sampleTaxonomy"
}
Response Fields
Upon success, returns the dataset object describing the created taxonomy.