@@ -154,11 +154,11 @@ def create(
154154
155155 proxy_ssl_ca: ID of the trusted CA certificate used to verify an origin.
156156
157- It can be used only with `"` proxy_ssl_enabled` ": true`.
157+ It can be used only with `"proxy_ssl_enabled": true`.
158158
159159 proxy_ssl_data: ID of the SSL certificate used to verify an origin.
160160
161- It can be used only with `"` proxy_ssl_enabled` ": true`.
161+ It can be used only with `"proxy_ssl_enabled": true`.
162162
163163 proxy_ssl_enabled: Enables or disables SSL certificate validation of the origin server before
164164 completing any connection.
@@ -288,11 +288,11 @@ def update(
288288
289289 proxy_ssl_ca: ID of the trusted CA certificate used to verify an origin.
290290
291- It can be used only with `"` proxy_ssl_enabled` ": true`.
291+ It can be used only with `"proxy_ssl_enabled": true`.
292292
293293 proxy_ssl_data: ID of the SSL certificate used to verify an origin.
294294
295- It can be used only with `"` proxy_ssl_enabled` ": true`.
295+ It can be used only with `"proxy_ssl_enabled": true`.
296296
297297 proxy_ssl_enabled: Enables or disables SSL certificate validation of the origin server before
298298 completing any connection.
@@ -731,16 +731,16 @@ def purge(
731731 Args:
732732 paths: **Purge by pattern** clears the cache that matches the pattern.
733733
734- Use \\ ** operator, which replaces any number of symbols in your path. It's
735- important to note that wildcard usage (\\ ** ) is permitted only at the end of a
734+ Use _ operator, which replaces any number of symbols in your path. It's
735+ important to note that wildcard usage (_ ) is permitted only at the end of a
736736 pattern.
737737
738738 Query string added to any patterns will be ignored, and purge request will be
739739 processed as if there weren't any parameters.
740740
741- Purge by pattern is recursive. Both /path and /path\\ * * will result in recursive
741+ Purge by pattern is recursive. Both /path and /path* will result in recursive
742742 purging, meaning all content under the specified path will be affected. As such,
743- using the pattern /path\\ * * is functionally equivalent to simply using /path.
743+ using the pattern /path* is functionally equivalent to simply using /path.
744744
745745 extra_headers: Send extra headers
746746
@@ -886,11 +886,11 @@ def replace(
886886
887887 proxy_ssl_ca: ID of the trusted CA certificate used to verify an origin.
888888
889- It can be used only with `"` proxy_ssl_enabled` ": true`.
889+ It can be used only with `"proxy_ssl_enabled": true`.
890890
891891 proxy_ssl_data: ID of the SSL certificate used to verify an origin.
892892
893- It can be used only with `"` proxy_ssl_enabled` ": true`.
893+ It can be used only with `"proxy_ssl_enabled": true`.
894894
895895 proxy_ssl_enabled: Enables or disables SSL certificate validation of the origin server before
896896 completing any connection.
@@ -1064,11 +1064,11 @@ async def create(
10641064
10651065 proxy_ssl_ca: ID of the trusted CA certificate used to verify an origin.
10661066
1067- It can be used only with `"` proxy_ssl_enabled` ": true`.
1067+ It can be used only with `"proxy_ssl_enabled": true`.
10681068
10691069 proxy_ssl_data: ID of the SSL certificate used to verify an origin.
10701070
1071- It can be used only with `"` proxy_ssl_enabled` ": true`.
1071+ It can be used only with `"proxy_ssl_enabled": true`.
10721072
10731073 proxy_ssl_enabled: Enables or disables SSL certificate validation of the origin server before
10741074 completing any connection.
@@ -1198,11 +1198,11 @@ async def update(
11981198
11991199 proxy_ssl_ca: ID of the trusted CA certificate used to verify an origin.
12001200
1201- It can be used only with `"` proxy_ssl_enabled` ": true`.
1201+ It can be used only with `"proxy_ssl_enabled": true`.
12021202
12031203 proxy_ssl_data: ID of the SSL certificate used to verify an origin.
12041204
1205- It can be used only with `"` proxy_ssl_enabled` ": true`.
1205+ It can be used only with `"proxy_ssl_enabled": true`.
12061206
12071207 proxy_ssl_enabled: Enables or disables SSL certificate validation of the origin server before
12081208 completing any connection.
@@ -1641,16 +1641,16 @@ async def purge(
16411641 Args:
16421642 paths: **Purge by pattern** clears the cache that matches the pattern.
16431643
1644- Use \\ ** operator, which replaces any number of symbols in your path. It's
1645- important to note that wildcard usage (\\ ** ) is permitted only at the end of a
1644+ Use _ operator, which replaces any number of symbols in your path. It's
1645+ important to note that wildcard usage (_ ) is permitted only at the end of a
16461646 pattern.
16471647
16481648 Query string added to any patterns will be ignored, and purge request will be
16491649 processed as if there weren't any parameters.
16501650
1651- Purge by pattern is recursive. Both /path and /path\\ * * will result in recursive
1651+ Purge by pattern is recursive. Both /path and /path* will result in recursive
16521652 purging, meaning all content under the specified path will be affected. As such,
1653- using the pattern /path\\ * * is functionally equivalent to simply using /path.
1653+ using the pattern /path* is functionally equivalent to simply using /path.
16541654
16551655 extra_headers: Send extra headers
16561656
@@ -1796,11 +1796,11 @@ async def replace(
17961796
17971797 proxy_ssl_ca: ID of the trusted CA certificate used to verify an origin.
17981798
1799- It can be used only with `"` proxy_ssl_enabled` ": true`.
1799+ It can be used only with `"proxy_ssl_enabled": true`.
18001800
18011801 proxy_ssl_data: ID of the SSL certificate used to verify an origin.
18021802
1803- It can be used only with `"` proxy_ssl_enabled` ": true`.
1803+ It can be used only with `"proxy_ssl_enabled": true`.
18041804
18051805 proxy_ssl_enabled: Enables or disables SSL certificate validation of the origin server before
18061806 completing any connection.
0 commit comments