SaveImageFromBytesRequestParam
Body for POST Api/File/LocaleStorage/SaveImageFromBytes.
Поля
| Поле | Тип | Обязательное | Описание |
|---|---|---|---|
accessToken | string | да | — |
bytesFile | string | да | Image content as a base64 string — the wire form of the byte array. |
name | string | да | — |
path | string | да | — |
format | string | да | File extension without the dot, e.g. png. |
Пример
json
{
"accessToken": "string",
"bytesFile": "string",
"name": "string",
"path": "string",
"format": "2026-05-05T08:00:00Z"
}