Metadata taxonomies
Update metadata taxonomy
Updates an existing metadata taxonomy.
patch/metadata_taxonomies/{namespace}/{taxonomy_key}
Path parameters
namespacestring required
The namespace of the metadata taxonomy.
taxonomy_keystring required
The key of the metadata taxonomy.
Request body
Example request
{
"displayName": "Geography"
}Response
The schema representing the updated metadata taxonomy.
Example response
{
"id": "822227e0-47a5-921b-88a8-494760b2e6d2",
"key": "geography",
"displayName": "Geography",
"namespace": "enterprise_123456",
"levels": [
{
"displayName": "Continent",
"description": "Continent",
"level": 1
}
]
}