{
"error": "<string>",
"pagination": {
"limit": 123,
"order": "<string>",
"page": 123,
"total": 123
},
"result": [
{
"max_batch_id": 123,
"replaced_record_count": 123
}
],
"success": true
}
Loads a batch of blast game assets data into the database.
{
"error": "<string>",
"pagination": {
"limit": 123,
"order": "<string>",
"page": 123,
"total": 123
},
"result": [
{
"max_batch_id": 123,
"replaced_record_count": 123
}
],
"success": true
}
BlastAssetsLoadRequest data
The body is of type object
.
OK
The response is of type object
.