tencentcloud-sdk-nodejs-cdn 4.1.94 → 4.1.116

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-cdn",
3
- "version": "4.1.94",
3
+ "version": "4.1.116",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -3709,7 +3709,7 @@ export interface HttpHeaderPathRule {
3709
3709
  */
3710
3710
  HeaderName: string;
3711
3711
  /**
3712
- * http 头部值,最多可设置 2000 个字符
3712
+ * http 头部值,自定义请求头中最多可设置 1000 个字符,自定义响应头中最多可以设置 2000 个字符
3713
3713
  Mode 为 del 时非必填
3714
3714
  Mode 为 add/set 时必填
3715
3715
  注意:此字段可能返回 null,表示取不到有效值。