Skip to content

Update Document

PUT https://example.com/db/{database}/{collection}/{document}
{
  "document": null
}

Description

Updates a document.

Source Files

File Path Line Number Action
mongo-express/lib/routes/document.js 66 View
mongo-express/lib/router.js 366 View

Parameters

Name Required Type
database true string
collection true string
document true string