Add taxonomy term
command: spo term add -n|--name <name> -s|--termSetId [termSetId] --termSetName [termSetName] -g|--termGroupId [termGroupId] --termGroupName [termGroupName] -i|--id [id] -d|--description [description] --customProperties [customProperties] --localCustomProperties [localCustomProperties]
- name: Name of the term to add
- termSetId: ID of the term set in which to create the term. Specify termSetId or termSetName but not both
- termSetName: Name of the term set in which to create the term. Specify termSetId or termSetName but not both
- termGroupId: ID of the term group where the term set is located. Specify termGroupId or termGroupName but not both
- termGroupName: Name of the term group where the term set is located. Specify termGroupId or termGroupName but not both
- id: ID of the term to add
- description: Description of the term to add
- customProperties: JSON object with key-value pairs representing custom properties to set on the term
- localCustomProperties: JSON object with key-value pairs representing custom properties to set on the term
Add taxonomy term
command:
spo term add -n|--name <name> -s|--termSetId [termSetId] --termSetName [termSetName] -g|--termGroupId [termGroupId] --termGroupName [termGroupName] -i|--id [id] -d|--description [description] --customProperties [customProperties] --localCustomProperties [localCustomProperties]