# Move file Moves a file. If there is a conflict in the destination, set the ConflictResolutionSee notes for destinationId when moving a file to the root folder of a matter or contract Endpoint: POST /v1/files/{fileId}/move/{destinationId} Version: 1.0 ## Path parameters: - `fileId` (integer, required) The Id of the file - `destinationId` (integer, required) The destination location for the file.If moving the file to the root folder of the matter or contract, omit this value from the path i.e. 'POST /{fileId}/move/' ## Query parameters: - `conflictResolution` (string) Conflict handlingOptions:ReplaceKeepBothSaveVersionSkip Enum: "Replace", "KeepBoth", "SaveVersion", "Skip" ## Response 204 fields