Link relation taxonomies:create-child-entry

Overview

Create a child entry below the current entry.

HTTP method

POST

URL template parameters

-

Query parameters

-

Request body

A taxonomies:entry resource with the information you want to set. If an ID is given for the entry, the created entry may receive the given ID. However, the client must not rely on that, because the system may decide to assign a different ID and generate a different self link.

Example body:

{
  "id": null,
  "labels": {
    "en": "test"
  },
  "attributes": [
    {
      "name": "scopenote",
      "type": "localized string",
      "value": {
        "en": "Example scopenote",
        "de": "Beispielhinweis"
      }
    }
  ]
}

HTTP response

201 Created

404 Not Found

Response body

Available in

Description

Create a child entry below the current entry.

The link is only available for hierarchical taxonomies like, for example, thesauri of MediaCentral Asset Management.