post
Copy an item
{{protocol}}://{{url}}/{{version}}/items/:_key/copy
Copy an item to duplicate it.
Authenticated. Permissions:
ron the item to copy,aon the target item defined by the parameterparentKey.
Authentication
Authentication inherited from the collection: Bearer .Parameters
| Name | Type | Value |
|---|---|---|
| _key | path | 1234 |
Body
{
"targetKey": "3865804",
"prefixed": true
}