Skip to main content
POST
POST /api/v1/rules/entry/config
Creates or updates entry rules configuration for Scootaverse sessions.

Authorizations

X-API-Key
string
header
required

Query Parameters

socialRoomSetId
string<uuid>
required

Body

application/json
configurationId
string<uuid>
name
string
entryOption
enum<string>
Available options:
DEFAULT,
ACCOUNT,
CUSTOM_RULES,
STARTING_POINT
groupSpawnSize
integer
groupFormerCount
integer
startingPointX
integer
startingPointY
integer
entryFlow
enum<string>
Available options:
SPIRAL,
GRID
rules
object[]
associatedSocialIds
string<uuid>[]

Response

200

OK