Meta Data
Why Pass Meta Data?
Passing Meta Data through the uploadBuild Endpoint
uploadBuild EndpointAPI Endpoint Documentation
Example Usage
curl -i -X POST \
-H "Content-Type: multipart/form-data" \
-F "build=@<build_file_path>" \
-F "organisation_key=<ORG_KEY>" \
-F "platform=<platform>" \
-F "metadata={ \"branch\": \"feature-login\" }" \
https://api.mobileboost.io/uploadBuild/
Last updated