Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update maxItems #7487

Merged
merged 2 commits into from
Mar 20, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mmv1/products/networkservices/EdgeCacheOrigin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ properties:

You may add a maximum of 5 request headers.
edwardmedia marked this conversation as resolved.
Show resolved Hide resolved
min_size: 1
max_size: 5
max_size: 25
item_type: !ruby/object:Api::Type::NestedObject
properties:
- !ruby/object:Api::Type::String
Expand Down
12 changes: 6 additions & 6 deletions mmv1/products/networkservices/EdgeCacheService.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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'
Expand Down