@@ -97,7 +97,7 @@ def create(
97
97
with each other, so only one event can be active at a time.
98
98
99
99
Args:
100
- zone_id: Identifier
100
+ zone_id: Identifier.
101
101
102
102
event_end_time: An ISO 8601 timestamp that marks the end of the event.
103
103
@@ -227,7 +227,7 @@ def update(
227
227
Updates a configured event for a waiting room.
228
228
229
229
Args:
230
- zone_id: Identifier
230
+ zone_id: Identifier.
231
231
232
232
event_end_time: An ISO 8601 timestamp that marks the end of the event.
233
233
@@ -344,7 +344,7 @@ def list(
344
344
Lists events for a waiting room.
345
345
346
346
Args:
347
- zone_id: Identifier
347
+ zone_id: Identifier.
348
348
349
349
page: Page number of paginated results.
350
350
@@ -398,7 +398,7 @@ def delete(
398
398
Deletes an event for a waiting room.
399
399
400
400
Args:
401
- zone_id: Identifier
401
+ zone_id: Identifier.
402
402
403
403
extra_headers: Send extra headers
404
404
@@ -459,7 +459,7 @@ def edit(
459
459
Patches a configured event for a waiting room.
460
460
461
461
Args:
462
- zone_id: Identifier
462
+ zone_id: Identifier.
463
463
464
464
event_end_time: An ISO 8601 timestamp that marks the end of the event.
465
465
@@ -575,7 +575,7 @@ def get(
575
575
Fetches a single configured event for a waiting room.
576
576
577
577
Args:
578
- zone_id: Identifier
578
+ zone_id: Identifier.
579
579
580
580
extra_headers: Send extra headers
581
581
@@ -666,7 +666,7 @@ async def create(
666
666
with each other, so only one event can be active at a time.
667
667
668
668
Args:
669
- zone_id: Identifier
669
+ zone_id: Identifier.
670
670
671
671
event_end_time: An ISO 8601 timestamp that marks the end of the event.
672
672
@@ -796,7 +796,7 @@ async def update(
796
796
Updates a configured event for a waiting room.
797
797
798
798
Args:
799
- zone_id: Identifier
799
+ zone_id: Identifier.
800
800
801
801
event_end_time: An ISO 8601 timestamp that marks the end of the event.
802
802
@@ -913,7 +913,7 @@ def list(
913
913
Lists events for a waiting room.
914
914
915
915
Args:
916
- zone_id: Identifier
916
+ zone_id: Identifier.
917
917
918
918
page: Page number of paginated results.
919
919
@@ -967,7 +967,7 @@ async def delete(
967
967
Deletes an event for a waiting room.
968
968
969
969
Args:
970
- zone_id: Identifier
970
+ zone_id: Identifier.
971
971
972
972
extra_headers: Send extra headers
973
973
@@ -1028,7 +1028,7 @@ async def edit(
1028
1028
Patches a configured event for a waiting room.
1029
1029
1030
1030
Args:
1031
- zone_id: Identifier
1031
+ zone_id: Identifier.
1032
1032
1033
1033
event_end_time: An ISO 8601 timestamp that marks the end of the event.
1034
1034
@@ -1144,7 +1144,7 @@ async def get(
1144
1144
Fetches a single configured event for a waiting room.
1145
1145
1146
1146
Args:
1147
- zone_id: Identifier
1147
+ zone_id: Identifier.
1148
1148
1149
1149
extra_headers: Send extra headers
1150
1150
0 commit comments