Admin

Sync object index

Manually trigger population of object_index table with competition data

post/api/admin/object-index/sync

Request body

competitionIdstring

ID of specific competition to sync (optional, syncs all if not provided)

dataTypesstring[]

Types of data to sync (defaults to trade, agent_rank_history, competitions_leaderboard)

Response

Sync initiated successfully

successboolean

Operation success status

messagestring

Success message

dataTypesstring[]

Data types that were synced

competitionIdstring

Competition ID that was synced (or 'all')

Changes