X-API-Token: ********************
{
"type": "blob_storage_connection_string",
"export_entities": [
"crashes"
],
"resource_name": "string",
"resource_group": "string",
"backfill": true
}
curl --location --request POST 'https://api.appcenter.ms/v0.1/apps///export_configurations' \
--header 'Content-Type: application/json' \
--header 'X-API-Token;' \
--data-raw '{
"type": "blob_storage_connection_string",
"export_entities": [
"crashes"
],
"resource_name": "string",
"resource_group": "string",
"backfill": true
}'
{
"error": {
"code": "BadRequest",
"message": "string"
}
}