Move a file between folders

This call moves a file from one folder to another. Moving of files is only allowed within the same project.

📘

If you are using Seven Bridges Platform EU, please use the following endpoint: https://eu-api.sbgenomics.com/v2/files/{file_id}/actions/move

Example request body

{
  "parent": "567890abc9b0307bc0414164", 
  "name": "1000G_omni2.5.hg38.vcf"
}
Language