Newer Version Available
Content Taxonomy, Create a Term
Create a term within a content taxonomy.
- Resource
-
1/connect/content-taxonomy/taxonomyId/terms - Available version
- 63.0
- HTTP methods
- POST
- Request body for POST
-
- Root XML tag
- <term>
- JSON example
-
1{ 2"label" : "Fruit", 3"description" : "The seed-bearing part of a flowering plant.", 4"parentTermId" : "" 5} - Properties
-
Name Type Description Required or Optional Available Version description String Description of the term. Required when creating a term Optional when updating a term
63.0 label String Label of the term. Required when creating a term Optional when updating a term
63.0 parentTermId String ID of the parent term. If unspecified when creating a term, creates a root term. If unspecified when updating a term, no changes are made. Optional 63.0
- Response body for POST
- Content Taxonomy Term