docs: added documentation for db commands (#8846)

* docs: added documentation for db commands

* fix lint errors
This commit is contained in:
Shahed Nasser
2024-08-29 10:46:00 +03:00
committed by GitHub
parent c86a9fe864
commit 70f2290a22
18 changed files with 1324 additions and 761 deletions
@@ -163,7 +163,7 @@ export default async function productCreateHandler({
attachments: [ // optional var
{
content: base64,
content_type: MIME type,
content_type: "image/png", // mime type
filename: filename.ext,
disposition: "attachment or inline attachment",
id: "id", // only needed for inline attachment