waitingroom_event_suspended

Suspends or allows an event. If set to `true`, the event is ignored and traffic will be handled based on the waiting room configuration.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-waitingroom-event-suspended-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/waitingroom_event_suspended",
  "title": "waitingroom_event_suspended",
  "default": false,
  "description": "Suspends or allows an event. If set to `true`, the event is ignored and traffic will be handled based on the waiting room configuration.",
  "type": "boolean"
}