Skip to main content
POST
/
api
/
v1
/
rules
/
entry
/
config
POST /api/v1/rules/entry/config
curl --request POST \
  --url https://api.scoot.app/api/v1/rules/entry/config \
  --header 'Content-Type: application/json' \
  --data '{
  "configurationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "name": "<string>",
  "entryOption": "DEFAULT",
  "groupSpawnSize": 123,
  "groupFormerCount": 123,
  "startingPointX": 123,
  "startingPointY": 123,
  "entryFlow": "SPIRAL",
  "rules": [
    {
      "property": "<string>",
      "operator": "<string>",
      "value": "<string>"
    }
  ],
  "associatedSocialIds": [
    "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  ]
}'
Creates or updates entry rules configuration for Scootaverse sessions.

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

I