@@ -59,7 +59,8 @@ def update(
5959 timeout : float | httpx .Timeout | None | NotGiven = not_given ,
6060 ) -> SettingUpdateResponse :
6161 """
62- Update zone-level Waiting Room settings
62+ Fully updates zone-level Waiting Room settings, replacing the existing
63+ configuration.
6364
6465 Args:
6566 zone_id: Identifier.
@@ -107,7 +108,7 @@ def edit(
107108 timeout : float | httpx .Timeout | None | NotGiven = not_given ,
108109 ) -> SettingEditResponse :
109110 """
110- Patch zone-level Waiting Room settings
111+ Partially updates zone-level Waiting Room settings using PATCH semantics.
111112
112113 Args:
113114 zone_id: Identifier.
@@ -153,7 +154,8 @@ def get(
153154 timeout : float | httpx .Timeout | None | NotGiven = not_given ,
154155 ) -> SettingGetResponse :
155156 """
156- Get zone-level Waiting Room settings
157+ Gets the zone-level Waiting Room settings that apply as defaults to all waiting
158+ rooms on the zone.
157159
158160 Args:
159161 zone_id: Identifier.
@@ -214,7 +216,8 @@ async def update(
214216 timeout : float | httpx .Timeout | None | NotGiven = not_given ,
215217 ) -> SettingUpdateResponse :
216218 """
217- Update zone-level Waiting Room settings
219+ Fully updates zone-level Waiting Room settings, replacing the existing
220+ configuration.
218221
219222 Args:
220223 zone_id: Identifier.
@@ -262,7 +265,7 @@ async def edit(
262265 timeout : float | httpx .Timeout | None | NotGiven = not_given ,
263266 ) -> SettingEditResponse :
264267 """
265- Patch zone-level Waiting Room settings
268+ Partially updates zone-level Waiting Room settings using PATCH semantics.
266269
267270 Args:
268271 zone_id: Identifier.
@@ -308,7 +311,8 @@ async def get(
308311 timeout : float | httpx .Timeout | None | NotGiven = not_given ,
309312 ) -> SettingGetResponse :
310313 """
311- Get zone-level Waiting Room settings
314+ Gets the zone-level Waiting Room settings that apply as defaults to all waiting
315+ rooms on the zone.
312316
313317 Args:
314318 zone_id: Identifier.
0 commit comments