{ "opencollection": "1.0.0", "info": { "name": "Dataverse Access replaceFilesInDataset API", "version": "6.8" }, "items": [ { "info": { "name": "replaceFilesInDataset", "type": "folder" }, "items": [ { "info": { "name": "Replace a set of files to a dataset", "type": "http" }, "http": { "method": "POST", "url": "https://dataverse.unc.edu/api/datasets/:id/replaceFiles", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "multipart-form", "data": [] } }, "docs": "Replace a set of files to a dataset" }, { "info": { "name": "Replace a file on a dataset", "type": "http" }, "http": { "method": "POST", "url": "https://dataverse.unc.edu/api/files/:id/replace", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "multipart-form", "data": [] } }, "docs": "Replace a file to a dataset" } ] } ], "bundled": true }