no-array-header-parameters
Overview
This rule belongs to the apimatic-codegen-validation
ruleset and states that:
A header parameter cannot be set as an array.
Property | Value |
---|---|
Enabled | Yes |
Maximum Severity | Error |
Message | Header parameter has been set as an array which is not allowed. |
Code | APIMATICCODEGEN_V074 |
Type | Validation |
Rule System | Semantic |
Broad Category | Endpoint Parameters |
Products Impacted | Code Generation, Developer Experience Portal |
Tags | apimatic code generation codegen sdks portal docs validation apimatic header parameter endpoint |
Suggested Fixes
- Mark the parameter as a non-array entity.
- Change the parameter format to one other than "Header".