Skip to content

SaveImageFromBytesRequestParam

← File DTO

Body for POST Api/File/LocaleStorage/SaveImageFromBytes.

Поля

ПолеТипОбязательноеОписание
accessTokenstringда
bytesFilestringдаImage content as a base64 string — the wire form of the byte array.
namestringда
pathstringда
formatstringдаFile extension without the dot, e.g. png.

Пример

json
{
  "accessToken": "string",
  "bytesFile": "string",
  "name": "string",
  "path": "string",
  "format": "2026-05-05T08:00:00Z"
}