Save Database Taxonomy
Creates or updates a database taxonomy.
JWT Bearer Authorization
The CodeMash API version used to fetch data from the API. If not specified, the last version will be used. E.g.: v3
Creates or updates a database taxonomy
CorrelationId for each request
Specify culture code when your response from the API should be localised. E.g.: en
TimeZone
Target environment for this request (e.g. TEST, STAGING). Optional β when omitted the request runs against PROD. Can be passed in a header as norbix-env.
ID of your project. Can be passed in a header as norbix-project-id.
Optional list of other taxonomy ids this taxonomy depends on for multi-parent terms. Omit for a self-contained taxonomy.
Optional free-text description of the taxonomy.
Optional parent taxonomy id. The child taxonomy points to its parent β e.g. set the Countries taxonomy's parentId to the Regions taxonomy id so each country term can be parented by a region term. Omit for a root taxonomy.
Human-entered taxonomy title (e.g. "Countries"); a slug is derived server-side.
Optional raw JSON string (Norbix data meta-schema) describing custom meta fields for terms in this taxonomy. Omit to leave the taxonomy structural-only.
Optional raw JSON string (Norbix UI/visual meta-schema) describing the term meta edit form.
Empty to create a new taxonomy; set to an existing taxonomy id (from get_database_taxonomies) to update it.
OK
OK
In the dashboard
Use it from code
Last updated