v21

latestSwagger 2.0MITraw.githubusercontent.com2026-08-0495109385.2 KB
Resources

Copy resource(s) (files or directories)

post/resources/copy

Request body

destinationstring required

Destination is the exact target path (single source) or base directory (multiple sources). Required.

forceboolean

Force overwrites existing resources at the target paths when true.

sourcestring

Source is kept for backward compatibility (single source). Combined with Sources when both are provided; duplicates are removed.

sourcesstring[]

Sources is a list of virtual resource paths to copy. Combined with Source when both are provided; duplicates are removed.

Response

OK

statusstring

Example response

{
  "status": "success"
}