v1
latestOpenAPI 3.0.02026-07-2417611.8 MBCreate a new category.
Create a category with the contents of the JSON body.<br />User roles: admin, manager
Request body
The name of the category. It can contain any character except for a forward slash (/).
The ID of the parent category. A taxonomy will be created if this is omitted.
The description of the category.
Used to identify system categories, if true the category can not be deleted.
If true the category is hidden in the Shell, value is not returned if false. Default is false.
Array of item classifications to which this taxonomy is enabled. Acceptable values "" and "imagesAndVideos", default "". By default the taxonomy is only shown where generic selection of any category in any taxonomy is allowed.
Array of tags. This field is applicable only for taxonomy.
Response
The category was successfully created.
The ID of category.
The revision of category.
The name of the category.
Either a Taxonomy or category.
A written representation of the category.
The uuid of the user who created the category.
Used to identify system categories, if true the category can not be deleted.
If true the category is hidden in the Shell, value is not returned if false. Default is false.
Array of item classifications to which this taxonomy is enabled. Acceptable values "" and "imagesAndVideos", default "". By default the taxonomy is only shown where generic selection of any category in any taxonomy is allowed.
The ID of the parent category. This is only required if the classification is a CATEGORY.
An array of IDs for each of the category's ancestor categories. The ID of this category is not included.
An array of names for each of the category's ancestor categories, in addition to the name of this category.
Array of tags. This field is applicable only for taxonomy.
When the category was last modified in ISO 8601 format.
When the category was created in ISO 8601 format.