Add Document
POST https://example.com/db/{database}/{collection}/{document} { "document": null }
Description
Adds a new document.
Source Files
File Path | Line Number | Action |
---|---|---|
mongo-express/lib/routes/document.js | 38 | View |
mongo-express/lib/router.js | 364 | View |
Parameters
Name | Required | Type |
---|---|---|
database | true | string |
collection | true | string |