post
Copy an item
{{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 parameterparentKey
.
Authentication
Authentication inherited from the collection: Bearer .Parameters
Name | Type | Value |
---|---|---|
_key | path | 1234 |
Body
{
"targetKey": "3865804",
"prefixed": true
}
Move an item
Previous
Import
Next