File Mover Service API
Move files from one location on the server to another location on the server. (Example: Move files to a user's cache space directory)
Move Specified File From Source Path To A New Destination Path
POST - /data/services/move-files
Parameters
src | Required body parameter. Specifies the source file path relative to your XNAT application, including the file name. Example:
|
---|---|
dest | Required body parameter. Specifies the intended destination file path relative to your XNAT application, including the file name. Example:
|
overwrite | Optional body parameter.
|
Response
XML-formatted catalog entry of the updated file.