Join a webinar on April 30th: Unlocking Your Data using AI with Box Extract & MCP Server. Register here
client.metadata_taxonomies.update_metadata_taxonomy_level_by_id(
namespace,
taxonomy_key,
1,
"Continent UPDATED",
description="Continent Level UPDATED",
){
"displayName": "Continent",
"description": "Continent",
"level": 1
}Updates an existing metadata taxonomy level.
client.metadata_taxonomies.update_metadata_taxonomy_level_by_id(
namespace,
taxonomy_key,
1,
"Continent UPDATED",
description="Continent Level UPDATED",
){
"displayName": "Continent",
"description": "Continent",
"level": 1
}The access token received from the authorization server in the OAuth 2.0 flow.
The namespace of the metadata taxonomy.
The key of the metadata taxonomy.
The index of the metadata taxonomy level.
The updated taxonomy level.
A level in the metadata taxonomy represents a hierarchical category within the taxonomy structure.
Was this page helpful?