Links

Replace

Replace document by specified filter or Id.
Replace the entire document with a new one. When you want to update the document, and you don't know which part will be updated each time, you can update that document by replacing it entirely.
put
https://api.codemash.io/
/{version}/db/{CollectionName}/replaceOne
[ReplaceOne] - Replace document by specified filter.

Replace the entire document with a new one. When you want to update the document, and you don't know which part will be updated each time, you can update that document by replacing it entirely. https://docs.codemash.io/api/database/collections/replace

Parameters
No parameters
Responses
Last modified 1yr ago