v21

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

Move or rename resource(s) (files or directories)

put/resources/move

Request body

destinationstring

Destination is the exact target path (single source) or base directory (multiple sources). Empty string means the root directory.

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 move. Combined with Source when both are provided; duplicates are removed.

Response

OK

statusstring

Example response

{
  "status": "success"
}