Skip to main content
POST
/
api
/
v1
/
rules
/
upload
/
value
POST /api/v1/rules/upload/value
curl --request POST \
  --url https://api.scoot.app/api/v1/rules/upload/value \
  --header 'Content-Type: application/json' \
  --data '"<string>"'
{
  "rows": [
    123
  ],
  "errors": [
    "<string>"
  ]
}
Uploads configuration values for Scootaverse session rules.

Query Parameters

socialRoomSetId
string<uuid>
required
removeOld
boolean

Body

application/json · string

The body is of type string.

Response

200 - application/json

OK

rows
integer[]
errors
string[]
I