duplicate_asset
Copy an asset to a new path without altering the original. Destination must not already exist; no redirector is created.
Instructions
Copy an asset to a new path. Source asset is preserved; destination must not already exist. No redirector is created (callers reference the duplicate by its new path).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Source asset path. | |
| dest_path | Yes | Destination asset path (must not exist). |