Interface RenameCollectionApi
-
@Path("/collections/{collectionName}/rename") public interface RenameCollectionApi
V2 API definition for "renaming" an existing collection
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SubResponseAccumulatingJerseyResponse
renameCollection(String collectionName, RenameCollectionRequestBody requestBody)
-
-
-
Method Detail
-
renameCollection
@POST SubResponseAccumulatingJerseyResponse renameCollection(@PathParam("collectionName") String collectionName, RenameCollectionRequestBody requestBody) throws Exception
- Throws:
Exception
-
-