Builds
This page is intended for guidance only. For a full up to date specification of the API, please see our self-generating docs at https://api.moropo.com/docs.
This endpoint is used for the upload of builds
API URL - https://api.moropo.com/builds
Available actions
Upload Build
Example - Uploading a Build
Note this request uses POST
to inform the API that a build is being uploaded
Where;
MOROPO_API_KEY
is the API key for the target app, found in your Moropo settings.FILE_NAME
is the name of the build file being uploaded. Must conform to the build file requirements laid out in Producing an iOS Build and Producing an Android Build.
Expected Response
Last updated