@@ -97,7 +97,7 @@ def create(
9797 with each other, so only one event can be active at a time.
9898
9999 Args:
100- zone_id: Identifier
100+ zone_id: Identifier.
101101
102102 event_end_time: An ISO 8601 timestamp that marks the end of the event.
103103
@@ -227,7 +227,7 @@ def update(
227227 Updates a configured event for a waiting room.
228228
229229 Args:
230- zone_id: Identifier
230+ zone_id: Identifier.
231231
232232 event_end_time: An ISO 8601 timestamp that marks the end of the event.
233233
@@ -344,7 +344,7 @@ def list(
344344 Lists events for a waiting room.
345345
346346 Args:
347- zone_id: Identifier
347+ zone_id: Identifier.
348348
349349 page: Page number of paginated results.
350350
@@ -398,7 +398,7 @@ def delete(
398398 Deletes an event for a waiting room.
399399
400400 Args:
401- zone_id: Identifier
401+ zone_id: Identifier.
402402
403403 extra_headers: Send extra headers
404404
@@ -459,7 +459,7 @@ def edit(
459459 Patches a configured event for a waiting room.
460460
461461 Args:
462- zone_id: Identifier
462+ zone_id: Identifier.
463463
464464 event_end_time: An ISO 8601 timestamp that marks the end of the event.
465465
@@ -575,7 +575,7 @@ def get(
575575 Fetches a single configured event for a waiting room.
576576
577577 Args:
578- zone_id: Identifier
578+ zone_id: Identifier.
579579
580580 extra_headers: Send extra headers
581581
@@ -666,7 +666,7 @@ async def create(
666666 with each other, so only one event can be active at a time.
667667
668668 Args:
669- zone_id: Identifier
669+ zone_id: Identifier.
670670
671671 event_end_time: An ISO 8601 timestamp that marks the end of the event.
672672
@@ -796,7 +796,7 @@ async def update(
796796 Updates a configured event for a waiting room.
797797
798798 Args:
799- zone_id: Identifier
799+ zone_id: Identifier.
800800
801801 event_end_time: An ISO 8601 timestamp that marks the end of the event.
802802
@@ -913,7 +913,7 @@ def list(
913913 Lists events for a waiting room.
914914
915915 Args:
916- zone_id: Identifier
916+ zone_id: Identifier.
917917
918918 page: Page number of paginated results.
919919
@@ -967,7 +967,7 @@ async def delete(
967967 Deletes an event for a waiting room.
968968
969969 Args:
970- zone_id: Identifier
970+ zone_id: Identifier.
971971
972972 extra_headers: Send extra headers
973973
@@ -1028,7 +1028,7 @@ async def edit(
10281028 Patches a configured event for a waiting room.
10291029
10301030 Args:
1031- zone_id: Identifier
1031+ zone_id: Identifier.
10321032
10331033 event_end_time: An ISO 8601 timestamp that marks the end of the event.
10341034
@@ -1144,7 +1144,7 @@ async def get(
11441144 Fetches a single configured event for a waiting room.
11451145
11461146 Args:
1147- zone_id: Identifier
1147+ zone_id: Identifier.
11481148
11491149 extra_headers: Send extra headers
11501150
0 commit comments