docs: digital product media content binary -> base64 as of v2.11.0 (#14497)
This commit is contained in:
@@ -851,7 +851,7 @@ export const POST = async (
|
||||
files: input?.map((f) => ({
|
||||
filename: f.originalname,
|
||||
mimeType: f.mimetype,
|
||||
content: f.buffer.toString("binary"),
|
||||
content: f.buffer.toString("base64"),
|
||||
access,
|
||||
})),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user