Skip to main content
POST
/
users
/
update-activity
Update User Activity
curl --request POST \
  --url http://localhost:3000/api/users/update-activity
{
  "success": true,
  "lastSeenAt": 123
}
This is not being used currently.

Response

200 - application/json

Activity updated successfully

success
boolean
lastSeenAt
number