v1

latestOpenAPI 3.0.2Apache-2.02026-07-142963051.0 MB
Metadata taxonomies

Update metadata taxonomy level

Updates an existing metadata taxonomy level.

patch/metadata_taxonomies/{namespace}/{taxonomy_key}/levels/{level_index}

Path parameters

namespacestring required

The namespace of the metadata taxonomy.

taxonomy_keystring required

The key of the metadata taxonomy.

level_indexinteger required

The index of the metadata taxonomy level.

Request body

displayNamestring required

The display name of the taxonomy level.

descriptionstring

The description of the taxonomy level.

Example request

{
  "displayName": "France",
  "description": "French Republic"
}

Response

The updated taxonomy level.

displayNamestring

The display name of the level as it is shown to the user.

descriptionstring

A description of the level.

levelinteger

An index of the level within the taxonomy. Levels are indexed starting from 1.

Example response

{
  "displayName": "Continent",
  "description": "Continent",
  "level": 1
}