Instantiate Taxonomy Template
Taxonomy
Instantiate Taxonomy Template
Instantiate taxonomy template.
POST
Instantiate Taxonomy Template
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Template ID
Body
application/json
Request to instantiate a taxonomy from a template.
Name for the new taxonomy
Required string length:
1 - 100Collection configuration for the taxonomy. For flat taxonomies: {'collection_id': 'col_xxx'} For hierarchical taxonomies: maps node collection IDs to actual collection IDs, e.g., {'col_template_root': 'col_actual_root', 'col_template_child': 'col_actual_child'}
Optional description override for the taxonomy
Maximum string length:
1000Response
Successful Response
Response after instantiating a taxonomy template.

