Link relation loc:move-item

Overview

Move an item to the folder collection. The following entities can be moved:

  • a location item

  • a folder (including all items and sub folders)

HTTP method

POST

URL template parameters

-

Query parameters

-

Request body

The base properties of the item to be moved.

Example:

{
    "base": {
        "id": "17",
        "type": "folder",
        "systemType": "interplay-mam",
        "systemID": "657ebaf0-335c-47de-a155-e4206b0869c4"
    }
}

HTTP response

200 OK

Response body

The moved item.

Available in