cURL
curl --request PUT \ --url https://shardcloud.app/api/apps/{app_id}/file \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data' \ --form project='@example-file'
{ "message": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ZIP file containing the project (max 100MB)
App updated successfully