Skip to main content
POST
/
lobbies
/
{lobbyId}
/
ready
Set ready status
curl --request POST \
  --url https://api.engagefabric.com/lobbies/{lobbyId}/ready \
  --header 'Content-Type: application/json' \
  --data '
{
  "isReady": true
}
'

Path Parameters

lobbyId
string
required

Query Parameters

projectId
string
required
playerId
string
required

Body

application/json
isReady
boolean
default:true

Ready status

Response

Ready status updated