File tree Expand file tree Collapse file tree 15 files changed +28
-28
lines changed Expand file tree Collapse file tree 15 files changed +28
-28
lines changed Original file line number Diff line number Diff line change 11configured_endpoints : 1752
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-f801f95f633b797f0b67cbf842b5bf4ccc62c59d990ef48cafa5a4598bf3bbe4 .yml
3- openapi_spec_hash : 7eaafea439b3d08227ce856926020268
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-3ec6a50514bd47671aa3d5f9999af51a1dd5eedf5cf179e004f280e9e817f0ec .yml
3+ openapi_spec_hash : f6c29452ed5232054bfb2689ad4b88be
44config_hash : 8f5aab183b4a8e0f4a9ec9c0293b54f1
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ def update(
6969 Updates Zaraz configuration for a zone.
7070
7171 Args:
72- zone_id: Identifier
72+ zone_id: Identifier.
7373
7474 data_layer: Data layer compatibility mode enabled.
7575
@@ -150,7 +150,7 @@ def get(
150150 be included.
151151
152152 Args:
153- zone_id: Identifier
153+ zone_id: Identifier.
154154
155155 extra_headers: Send extra headers
156156
@@ -220,7 +220,7 @@ async def update(
220220 Updates Zaraz configuration for a zone.
221221
222222 Args:
223- zone_id: Identifier
223+ zone_id: Identifier.
224224
225225 data_layer: Data layer compatibility mode enabled.
226226
@@ -301,7 +301,7 @@ async def get(
301301 be included.
302302
303303 Args:
304- zone_id: Identifier
304+ zone_id: Identifier.
305305
306306 extra_headers: Send extra headers
307307
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ def get(
5757 Gets default Zaraz configuration for a zone.
5858
5959 Args:
60- zone_id: Identifier
60+ zone_id: Identifier.
6161
6262 extra_headers: Send extra headers
6363
@@ -117,7 +117,7 @@ async def get(
117117 Gets default Zaraz configuration for a zone.
118118
119119 Args:
120- zone_id: Identifier
120+ zone_id: Identifier.
121121
122122 extra_headers: Send extra headers
123123
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ def get(
5555 included.
5656
5757 Args:
58- zone_id: Identifier
58+ zone_id: Identifier.
5959
6060 extra_headers: Send extra headers
6161
@@ -112,7 +112,7 @@ async def get(
112112 included.
113113
114114 Args:
115- zone_id: Identifier
115+ zone_id: Identifier.
116116
117117 extra_headers: Send extra headers
118118
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ def get(
6060 Gets a history of published Zaraz configurations by ID(s) for a zone.
6161
6262 Args:
63- zone_id: Identifier
63+ zone_id: Identifier.
6464
6565 ids: Comma separated list of Zaraz configuration IDs
6666
@@ -124,7 +124,7 @@ async def get(
124124 Gets a history of published Zaraz configurations by ID(s) for a zone.
125125
126126 Args:
127- zone_id: Identifier
127+ zone_id: Identifier.
128128
129129 ids: Comma separated list of Zaraz configuration IDs
130130
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ def update(
7575 Restores a historical published Zaraz configuration by ID for a zone.
7676
7777 Args:
78- zone_id: Identifier
78+ zone_id: Identifier.
7979
8080 body: ID of the Zaraz configuration to restore.
8181
@@ -121,7 +121,7 @@ def list(
121121 Lists a history of published Zaraz configuration records for a zone.
122122
123123 Args:
124- zone_id: Identifier
124+ zone_id: Identifier.
125125
126126 limit: Maximum amount of results to list. Default value is 10.
127127
@@ -203,7 +203,7 @@ async def update(
203203 Restores a historical published Zaraz configuration by ID for a zone.
204204
205205 Args:
206- zone_id: Identifier
206+ zone_id: Identifier.
207207
208208 body: ID of the Zaraz configuration to restore.
209209
@@ -249,7 +249,7 @@ def list(
249249 Lists a history of published Zaraz configuration records for a zone.
250250
251251 Args:
252- zone_id: Identifier
252+ zone_id: Identifier.
253253
254254 limit: Maximum amount of results to list. Default value is 10.
255255
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ def create(
6060 Publish current Zaraz preview configuration for a zone.
6161
6262 Args:
63- zone_id: Identifier
63+ zone_id: Identifier.
6464
6565 body: Zaraz configuration description.
6666
@@ -124,7 +124,7 @@ async def create(
124124 Publish current Zaraz preview configuration for a zone.
125125
126126 Args:
127- zone_id: Identifier
127+ zone_id: Identifier.
128128
129129 body: Zaraz configuration description.
130130
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ def get(
5757 Gets Zaraz workflow for a zone.
5858
5959 Args:
60- zone_id: Identifier
60+ zone_id: Identifier.
6161
6262 extra_headers: Send extra headers
6363
@@ -119,7 +119,7 @@ async def get(
119119 Gets Zaraz workflow for a zone.
120120
121121 Args:
122- zone_id: Identifier
122+ zone_id: Identifier.
123123
124124 extra_headers: Send extra headers
125125
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ def update(
132132 Updates Zaraz workflow for a zone.
133133
134134 Args:
135- zone_id: Identifier
135+ zone_id: Identifier.
136136
137137 workflow: Zaraz workflow
138138
@@ -222,7 +222,7 @@ async def update(
222222 Updates Zaraz workflow for a zone.
223223
224224 Args:
225- zone_id: Identifier
225+ zone_id: Identifier.
226226
227227 workflow: Zaraz workflow
228228
Original file line number Diff line number Diff line change 6060
6161class ConfigUpdateParams (TypedDict , total = False ):
6262 zone_id : Required [str ]
63- """Identifier"""
63+ """Identifier. """
6464
6565 data_layer : Required [Annotated [bool , PropertyInfo (alias = "dataLayer" )]]
6666 """Data layer compatibility mode enabled."""
You can’t perform that action at this time.
0 commit comments