Link relation taxonomies:update-taxonomy

Overview

Update the properties of the taxonomy.

HTTP method

PATCH

URL template parameters

-

Query parameters

-

Request body

A taxonomies:taxonomy resource with the information you want to change.

Example request body:

{
  "attributes": [
    {
      "name": "defaultEntry",
      "value": "2"
    },
    {
      "name": "showIcons",
      "value": true
    }
  ]
}

You can set a property to an undefined value by using null as value:

{
  "attributes": [
    {
      "name": "defaultEntry",
      "value": null
    }
  ]
}

HTTP response

200 OK

Response body

The updated taxonomy.

Available in

Description

Update the properties of the taxonomy.

Optional Link Relation

It depends on the system which properties can be changed. For MediaCentral | Asset Management, you can currently only change the attributes defaultEntry and showIcons for taxonomies of type "list".