X-API-Token: ********************[
{
"fileType": "dsym-file",
"checksum": "string",
"relativePath": "string"
}
]curl --location --request POST 'https://api.appcenter.ms/v0.1/apps///test_runs//hashes/batch' \
--header 'X-API-Token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"fileType": "dsym-file",
"checksum": "string",
"relativePath": "string"
}
]'[
{
"fileType": "dsym-file",
"checksum": "string",
"relativePath": "string",
"uploadStatus": {
"statusCode": 0,
"location": "string"
}
}
]