Skip to main content

Update your app icon

curl https://api.rootpk.com/icons/upload \
-F appId=YOUR_APP_ID \
-F secretKey=YOUR_APP_SECRET_KEY \
-F file=@path/to/512x512/icon.png
note

The @ character after file= is mandatory.