Toggle navigation
opencell REST and WS API: FileRequestDto
Services
Resources
Data Types
Files and Libraries
Back to Top
Home
JSON
FileRequestDto
FileRequestDto
Data Type
The Class FileRequestDto.
Implemented Interfaces
Serializable
Properties
name
data type
description
filepath
string
The filepath.
content
string
The Base 64 data
Example
{ "filepath" : "...", "content" : "..." }