Skip to main content

valid-dynamic-type-parameter-format

Overview

This rule belongs to the apimatic-preliminary-validation ruleset and states that:

For parameters, type "Dynamic" can only be used for body/form parameters.

PropertyValue
EnabledYes
Maximum SeverityError
MessageEndpoint has a "Dynamic" parameter which is not of "Form" or "Body" format.
CodeAPIMATICPRE_V210
TypeValidation
Rule SystemSemantic
Broad CategoryEndpoint Parameters
Products ImpactedCode Generation, Developer Experience Portal, API Transformer
Tagspreliminary checks validation apimatic dynamic type form body parameter endpoint

Suggested Fixes

  • Use type "Object" instead.

For More Information