{
"error": "<string>",
"pagination": {
"limit": 123,
"order": "<string>",
"page": 123,
"total": 123
},
"result": [
{
"max_batch_id": 123,
"upserted_record_count": 123
}
],
"success": true
}
Load a batch of BFX game assets into the db
{
"error": "<string>",
"pagination": {
"limit": 123,
"order": "<string>",
"page": 123,
"total": 123
},
"result": [
{
"max_batch_id": 123,
"upserted_record_count": 123
}
],
"success": true
}
BfxAssetsLoadRequest Data
The body is of type object
.
OK
The response is of type object
.