File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
configured_endpoints : 1793
2
- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-46ae98ac058f8748b8ce2ff270c37edc601a9980f18cebe115f7df45974e7b9e .yml
3
- openapi_spec_hash : 48d63c6a54028125b8be56594f86f899
2
+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-3215c3ed5946a8ca7b39032c155f200362787d90d9f4be82df9c471b379c451b .yml
3
+ openapi_spec_hash : 8ec2562cfbd4383c2767c3e16d63981c
4
4
config_hash : de4c81cee29cd7dd907279e8916b334f
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ export interface URLNormalizationUpdateResponse {
77
77
/**
78
78
* The scope of the URL normalization.
79
79
*/
80
- scope : 'incoming' | 'both' ;
80
+ scope : 'incoming' | 'both' | 'none' ;
81
81
82
82
/**
83
83
* The type of URL normalization performed by Cloudflare.
@@ -92,7 +92,7 @@ export interface URLNormalizationGetResponse {
92
92
/**
93
93
* The scope of the URL normalization.
94
94
*/
95
- scope : 'incoming' | 'both' ;
95
+ scope : 'incoming' | 'both' | 'none' ;
96
96
97
97
/**
98
98
* The type of URL normalization performed by Cloudflare.
@@ -109,7 +109,7 @@ export interface URLNormalizationUpdateParams {
109
109
/**
110
110
* Body param: The scope of the URL normalization.
111
111
*/
112
- scope : 'incoming' | 'both' ;
112
+ scope : 'incoming' | 'both' | 'none' ;
113
113
114
114
/**
115
115
* Body param: The type of URL normalization performed by Cloudflare.
You can’t perform that action at this time.
0 commit comments