Last updated 1 year ago
Uploading dapp screenshots | logo | banner | dApp file to the servers
/dapp/upload
DApp Id is Key value of file in servers
It tells about the dAppFiles content
build
screenshots
logo
banner
curl -L \ --request POST \ --url 'https://api-a.meroku.store/dapp/upload' \ --header 'Content-Type: multipart/form-data' \ --form 'dappId=text' \ --form 'field=build' \ --form 'dAppFiles=text'
{ "success": true, "data": [ { "fileName": "text", "url": "text" } ] }