Skip to main content
POST
/
room_heartbeat
Error
A valid request URL is required to generate request examples
{
  "status": "updated"
}

Body

application/json
user_id
integer
required

ID of the user sending the heartbeat.

Example:

201

room_code
string
required

The code of the room the user is in.

Example:

"Room123ABC"

Response

Heartbeat updated successfully.

status
string
Example:

"updated"