Create Taxonomy Template
Create template from existing taxonomy.
Supports three template scopes:
- organization: Available to all users in your organization (default)
- user: Available only to you
- system: Available to all organizations (requires Mixpeek admin email)
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Taxonomy ID
Body
Request to create a template from an existing resource.
Name for the new template
1 - 100Description of the template's purpose (OPTIONAL)
1000Template scope: 'organization' (all users in org), 'user' (only you), or 'system' (all organizations - requires Mixpeek admin email)
system, organization, user, public Optional category for organizing templates
50Optional tags for the template
Whether this template should be publicly discoverable
Response
Successful Response
Response after creating a template from a resource.
ID of the created template
Name of the created template
Type of template created
namespace, retriever, cluster, collection, bucket, taxonomy, scaffold Template scope
system, organization, user, public ID of the resource used to create this template
Timestamp when template was created

