Link relation taxonomies:create-entry

Overview

Create a top-level entry in the the taxonomy.

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 have 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. The response contains the new ID.

Example body:

{
  "id": null,
  "labels": {
    "en": "test"
  }
}

HTTP response

201 Created

404 Not Found

Response body

Available in

Description

Create a top-level entry in the the taxonomy.