post

Copy an item

lock
{{protocol}}://{{url}}/{{version}}/items/:_key/copy

Copy an item to duplicate it.

Authenticated. Permissions: r on the item to copy, a on the target item defined by the parameter parentKey.

Authentication

Authentication inherited from the collection: Bearer .

Parameters

Name Type Value
_key path 1234

Body

          {
  "targetKey": "3865804",
  "prefixed": true
}