v4
latestOpenAPI 3.0.22026-07-3188146256.6 KBTaxonomy
createTaxonomyClassification
Create a new classification for a taxonomy
post/v2/entity/taxonomies/classifications
Request body
Example request
{
"id": "taxonomy-slug:classification-slug",
"slug": "wallbox-pv",
"name": "Wallbox PV",
"parents": [
"taxonomy-slug:classification-slug"
],
"color": "#FF5733",
"_manifest": [
"123e4567-e89b-12d3-a456-426614174000"
]
}Response
Created taxonomy classification
Example response
{
"id": "taxonomy-slug:classification-slug",
"slug": "wallbox-pv",
"name": "Wallbox PV",
"parents": [
"taxonomy-slug:classification-slug"
],
"color": "#FF5733",
"_manifest": [
"123e4567-e89b-12d3-a456-426614174000"
]
}