me
Updates session.
This endpoint will update the information of an authenticated user's session.
post/me/sessions/{sessionID}/update
Path parameters
sessionIDinteger required
ID of the session to be updated.
Response
Successful POST Sessions Update JSON response
object required
Example response
{
"message": "Session update successful."
}