Admin Update Player Last Seen Id
PATCH
/presence/v1/admin/player/id/{player_id}/last_seen
Forcibly update the player’s last_seen with the specified values. This enables an admin to set the last_seen time to something specific for testing.
Authorizations
- HTTPBearerHeadersOrCookie
Parameters
Path Parameters
player_id
required
A valid integer identifying a player. Rejects UUID player identification.
integer
A valid integer identifying a player. Rejects UUID player identification.
Query Parameters
use_cache
boolean
Request Body required
object
time
required
Last time this player reported their online status
string format: date-time
platform
Platform the user was online in
string
display_name
Player Display Name
string
Responses
200
Successful Response
Headers
ETag
string
Used to identify this version of the content. Provide with a get request to avoid downloading the same data multiple times.
403
Forbidden
object
auth_success
boolean
error_code
required
string
desc
required
string
422
Validation Error
object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string
500
Internal Server Error
object
auth_success
boolean
error_code
required
string
desc
required
string