Interface CollectionBackupApi.Restore
-
- Enclosing interface:
- CollectionBackupApi
@Path("/backups/{backupName}/restore") public static interface CollectionBackupApi.Restore
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SubResponseAccumulatingJerseyResponse
restoreCollection(String backupName, RestoreCollectionRequestBody requestBody)
-
-
-
Method Detail
-
restoreCollection
@POST SubResponseAccumulatingJerseyResponse restoreCollection(@PathParam("backupName") String backupName, RestoreCollectionRequestBody requestBody) throws Exception
- Throws:
Exception
-
-