Last updated 2 years ago
Uploading dapp screenshots | logo | banner | dApp file to the servers
DApp Id is Key value of file in servers
It tells about the dAppFiles content
build
screenshots
logo
banner
Add files to upload
POST /dapp/upload HTTP/1.1 Host: api-a.meroku.store Content-Type: multipart/form-data Accept: */* Content-Length: 56 { "dappId": "text", "field": "build", "dAppFiles": [ "binary" ] }
Successful operation
{ "success": true, "data": [ { "fileName": "text", "url": "text" } ] }