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 11configured_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
44config_hash : de4c81cee29cd7dd907279e8916b334f
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ export interface URLNormalizationUpdateResponse {
7777 /**
7878 * The scope of the URL normalization.
7979 */
80- scope : 'incoming' | 'both' ;
80+ scope : 'incoming' | 'both' | 'none' ;
8181
8282 /**
8383 * The type of URL normalization performed by Cloudflare.
@@ -92,7 +92,7 @@ export interface URLNormalizationGetResponse {
9292 /**
9393 * The scope of the URL normalization.
9494 */
95- scope : 'incoming' | 'both' ;
95+ scope : 'incoming' | 'both' | 'none' ;
9696
9797 /**
9898 * The type of URL normalization performed by Cloudflare.
@@ -109,7 +109,7 @@ export interface URLNormalizationUpdateParams {
109109 /**
110110 * Body param: The scope of the URL normalization.
111111 */
112- scope : 'incoming' | 'both' ;
112+ scope : 'incoming' | 'both' | 'none' ;
113113
114114 /**
115115 * Body param: The type of URL normalization performed by Cloudflare.
You can’t perform that action at this time.
0 commit comments