update player
endpoint is a QUEUE & TIME & USER sensitive
/locked
endpoint at a set time of 30 minutes
what this means is it can only be used every 30 minutes on 1 specific player.queried
user is placed in queue30 minutes
for the players data to update. In most cases though its done within 0 - 5 minutes
queried player
for 30 minutes
.queried
user their place in the queue starts over which results in a longer wait for their data to update if it updates at all. most cases waiting a 30 minute
cycle fixes this loop but if it doesn't then the result is you having to contact support to get the user out of the data loop.curl --location --request GET 'https://marvelrivalsapi.com/api/v1/player//update' \
--header 'x-api-key;'
{
"success": true,
"message": "Players data will be updated - 0-30m"
}