waitingroom_suspended

Suspends or allows traffic going to the waiting room. If set to `true`, the traffic will not go to the waiting room.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-waitingroom-suspended-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/waitingroom_suspended",
  "title": "waitingroom_suspended",
  "default": false,
  "description": "Suspends or allows traffic going to the waiting room. If set to `true`, the traffic will not go to the waiting room.",
  "type": "boolean"
}