update_term_description
Update the description of a vocabulary term in a Deriva catalog. Specify the vocabulary, term name, and a new description to overwrite the existing one.
Instructions
Update the description of a vocabulary term.
Args: vocabulary_name: Name of the vocabulary table (e.g., "Dataset_Type"). term_name: Primary name of the term to update. description: New description for the term.
Returns: JSON with status, name, updated description.
Example: update_term_description("Dataset_Type", "Training", "Data used to train models")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| term_name | Yes | ||
| description | Yes | ||
| vocabulary_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |