Link relation loc:update-item

Overview

Modify the location item.

HTTP method

PATCH

URL template parameters

-

Query parameters

-

Request body

An item object with the properties to be changed.

Example: Rename the item

{
  "common": {
    "name": "New name"
  }
}

Example: Set the draft-sequence-exists status

{
  "status": {
    "draft-sequence-exists": true
  }
}

HTTP response

Response body

Available in

Description

Modify the location item.

The body contains the (writable) common or status properties that shall be updated. The response is the updated item.

Note: The item may have a new ID after the update!

Currently, you can only change the common.name or the status.draft-sequence-exists property of the item.