no-array-file-form-parameters
Overview
This rule belongs to the apimatic-codegen-validation ruleset and states that:
An array of "File" type parameters is currently not supported.
| Property | Value |
|---|---|
| Enabled | Yes |
| Maximum Severity | Error |
| Message | Endpoint contains a parameter which is of "File" type and is marked as an array. |
| Code | APIMATICCODEGEN_V075 |
| 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 array file body parameter endpoint |
Suggested Fixes
- Mark the parameter as a non-array entity.
- Change the parameter type to one which supports arrays.