X-API-Token: ********************
{
"type": "blob_storage_connection_string",
"export_entities": [
"crashes"
],
"resource_name": "string",
"resource_group": "string",
"backfill": true
}
curl --location --request PATCH '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
}'
{
"id": "string",
"export_type": "BlobStorage",
"creation_time": "string",
"last_run_time": "string",
"export_entities": [
"crashes"
],
"state": "Enabled",
"state_info": "string",
"resource_group": "string",
"resource_name": "string",
"export_configuration": {
"type": "blob_storage_connection_string",
"export_entities": [
"crashes"
],
"resource_name": "string",
"resource_group": "string",
"backfill": true
}
}