Rename Collection
PUT https://example.com/db/{database}/{collection} { "collection": "" }
Description
Renames a collection.
Source Files
File Path | Line Number | Action |
---|---|---|
mongo-express/lib/routes/collection.js | 434 | View |
mongo-express/lib/router.js | 359 | View |
Parameters
Name | Required | Type |
---|---|---|
database | true | string |
collection | true | string |