Skip to main content

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.

PropertyValue
EnabledYes
Maximum SeverityError
MessageEndpoint contains a parameter which is of "File" type and is marked as an array.
CodeAPIMATICCODEGEN_V075
TypeValidation
Rule SystemSemantic
Broad CategoryEndpoint Parameters
Products ImpactedCode Generation, Developer Experience Portal
Tagsapimatic 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.

For More Information