{ "opencollection": "1.0.0", "info": { "name": "Analytics.Conceptual.Service.Interfaces.Public.V1 AnnotationService RestoreJobs API", "version": "V1" }, "items": [ { "info": { "name": "RestoreJobs", "type": "folder" }, "items": [ { "info": { "name": "Asynchronously creates an instance of a Restore Job.", "type": "http" }, "http": { "method": "POST", "url": "/Relativity.REST/api/v3/restore-jobs", "body": { "type": "json", "data": "{}" } }, "docs": "Asynchronously creates an instance of a Restore Job." }, { "info": { "name": "Asynchronously read an instance of a Restore Job.", "type": "http" }, "http": { "method": "GET", "url": "/Relativity.REST/api/v3/restore-jobs/:jobID", "params": [ { "name": "jobID", "value": "", "type": "path", "description": "Restore job identifier" } ] }, "docs": "Asynchronously read an instance of a Restore Job." }, { "info": { "name": "Asynchronously updates an instance of a Restore Job.", "type": "http" }, "http": { "method": "PUT", "url": "/Relativity.REST/api/v3/restore-jobs/:jobID", "params": [ { "name": "jobID", "value": "", "type": "path", "description": "Restore job identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Asynchronously updates an instance of a Restore Job." }, { "info": { "name": "Asynchronously deletes an instance of a Restore Job.", "type": "http" }, "http": { "method": "DELETE", "url": "/Relativity.REST/api/v3/restore-jobs/:jobID", "params": [ { "name": "jobID", "value": "", "type": "path", "description": "Restore job identifier" } ] }, "docs": "Asynchronously deletes an instance of a Restore Job." } ] } ], "bundled": true }