πStoring Data
Prerequisites
Storing data - API
import mindplug from "@/src/mindplugAPI"; // base instance
mindplug.post("/data/store", {
db: "walmart",
collection: "office supplies",
content: "Premium eraser: an eraser that works on both pen and pencil and leaves no crumbs",
metadata: {
lastStock: "June 2023",
totalItems: 123
}
});Sample Response
Last updated