From 049701fd2866190ee3ebbcfe30c63d911b78d68d Mon Sep 17 00:00:00 2001 From: Edward Sun <42220489+edwardmedia@users.noreply.github.com> Date: Mon, 20 Mar 2023 10:37:47 -0700 Subject: [PATCH] update maxItems (#7487) * update maxItems * update description --------- Co-authored-by: Edward Sun --- mmv1/products/networkservices/EdgeCacheOrigin.yaml | 4 ++-- mmv1/products/networkservices/EdgeCacheService.yaml | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/mmv1/products/networkservices/EdgeCacheOrigin.yaml b/mmv1/products/networkservices/EdgeCacheOrigin.yaml index ab438536f99c..3a173416ed1f 100644 --- a/mmv1/products/networkservices/EdgeCacheOrigin.yaml +++ b/mmv1/products/networkservices/EdgeCacheOrigin.yaml @@ -289,9 +289,9 @@ properties: description: | Describes a header to add. - You may add a maximum of 5 request headers. + You may add a maximum of 25 request headers. min_size: 1 - max_size: 5 + max_size: 25 item_type: !ruby/object:Api::Type::NestedObject properties: - !ruby/object:Api::Type::String diff --git a/mmv1/products/networkservices/EdgeCacheService.yaml b/mmv1/products/networkservices/EdgeCacheService.yaml index 7cde9f7c38d4..4d2f6f318129 100644 --- a/mmv1/products/networkservices/EdgeCacheService.yaml +++ b/mmv1/products/networkservices/EdgeCacheService.yaml @@ -335,7 +335,7 @@ properties: description: | Describes a header to add. min_size: 1 - max_size: 5 + max_size: 25 item_type: !ruby/object:Api::Type::NestedObject properties: - !ruby/object:Api::Type::String @@ -361,7 +361,7 @@ properties: Response headers are only sent to the client, and do not have an effect on the cache serving the response. min_size: 1 - max_size: 5 + max_size: 25 item_type: !ruby/object:Api::Type::NestedObject properties: - !ruby/object:Api::Type::String @@ -385,7 +385,7 @@ properties: description: | A list of header names for headers that need to be removed from the request prior to forwarding the request to the origin. min_size: 1 - max_size: 10 + max_size: 25 item_type: !ruby/object:Api::Type::NestedObject properties: - !ruby/object:Api::Type::String @@ -399,7 +399,7 @@ properties: description: | A list of header names for headers that need to be removed from the request prior to forwarding the request to the origin. min_size: 1 - max_size: 10 + max_size: 25 item_type: !ruby/object:Api::Type::NestedObject properties: - !ruby/object:Api::Type::String @@ -780,13 +780,13 @@ properties: name: allowHeaders description: | Specifies the content for the Access-Control-Allow-Headers response header. - max_size: 5 + max_size: 25 item_type: Api::Type::String - !ruby/object:Api::Type::Array name: exposeHeaders description: | Specifies the content for the Access-Control-Allow-Headers response header. - max_size: 5 + max_size: 25 item_type: Api::Type::String - !ruby/object:Api::Type::Boolean name: 'disabled'