PATCH /zones/{zone_id}/waiting_rooms/{waiting_room_id}/events/{event_id}
Patches a configured event for a waiting room.
Servers
- https://api.cloudflare.com/client/v4
Path parameters
Name | Type | Required | Description |
---|---|---|---|
event_id |
String | Yes | |
waiting_room_id |
String | Yes | |
zone_id |
String | Yes |
Request headers
Name | Type | Required | Description |
---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
Name | Type | Required | Description |
---|---|---|---|
custom_page_html |
String | No |
If set, the event will override the waiting room's |
session_duration |
Integer | No |
If set, the event will override the waiting room's |
description |
String | No |
A note that you can use to add more details about the event. |
suspended |
Boolean | No |
Suspends or allows an event. If set to Default value: false |
disable_session_renewal |
Boolean | No |
If set, the event will override the waiting room's |
event_end_time |
String | Yes |
An ISO 8601 timestamp that marks the end of the event. |
queueing_method |
String | No |
If set, the event will override the waiting room's |
new_users_per_minute |
Integer | No |
If set, the event will override the waiting room's |
event_start_time |
String | Yes |
An ISO 8601 timestamp that marks the start of the event. At this time, queued users will be processed with the event's configuration. The start time must be at least one minute before |
name |
String | Yes |
A unique name to identify the event. Only alphanumeric characters, hyphens and underscores are allowed. |
prequeue_start_time |
String | No |
An ISO 8601 timestamp that marks when to begin queueing all users before the event starts. The prequeue must start at least five minutes before |
total_active_users |
Integer | No |
If set, the event will override the waiting room's |
turnstile_action |
String | No |
If set, the event will override the waiting room's Possible values:
|
turnstile_mode |
String | No |
If set, the event will override the waiting room's Possible values:
|
shuffle_at_event_start |
Boolean | No |
If enabled, users in the prequeue will be shuffled randomly at the Default value: false |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.