Skip to content

Commit e7ee358

Browse files
chore(api): update composite API spec
1 parent 33fd9e6 commit e7ee358

2 files changed

Lines changed: 12 additions & 8 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 2126
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-cffe4f50937c51a20df8be3dc9833ea15ed9a3d998c890526a2add019eb0b22e.yml
3-
openapi_spec_hash: 9dbed9b2546d9bba4cb58db55766b9b6
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-83a81462699153d3f2d3c484d97cdc6877b7c73a664cae829661e89bc6130afc.yml
3+
openapi_spec_hash: 6b9d05215024e69850fed051e136ba7c
44
config_hash: fab306f9c013d1ed01ed9c35c79f428b

src/cloudflare/resources/waiting_rooms/settings.py

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)