x-auth-token: ********************successful / failed counts and the errors array for per-entry details.curl --location --request POST 'https://api.lootlocker.io/admin/game//metadata/bulk' \
--header 'x-auth-token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"sources": [
{
"source": "player",
"source_id": "01HX3QJBR4E8YZ0KFGN5MP6T2W",
"entries": [
{
"key": "player_level",
"type": "string",
"value": 42,
"tags": [
"combat",
"stats"
],
"access": [
"game_api.read"
]
}
]
}
]
}'{
"successful": 8,
"failed": 2,
"errors": [
{
"source_id": "string",
"key": "string",
"error": "string"
}
]
}