Link relation taxonomies:move-entry

Overview

Move an entry, including all child entries recursively, to a different parent entry.

HTTP method

POST

URL template parameters

-

Query parameters

-

Request body

A JSON document with two properties:

  • entryid: the entry of the entry to move.

  • newparentid: the ID of the new parent entry

Example:

{
  "entryid": "32-CPS-47839",
  "newparentid": "34-339-ABC"
}

HTTP response

200 OK

Response body

The moved entry. It may have a new ID and a new self link.

Available in

Description

Move an entry, including all child entries recursively, to a different parent entry.

This link is only available for hierarchical taxonomies.

The moved entry may receive a new ID. A client must evaluate the response to learn of the new ID.