Skip to main content

valid-template-parameter-format

Overview

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

Path/Template parameter present in the endpoint relative route must have "Template" set as its format in its corresponding endpoint definition.

PropertyValue
EnabledYes
Maximum SeverityError
MessageEndpoint has a parameter which should be of "Template" format.
CodeAPIMATICPRE_V202
TypeValidation
Rule SystemSemantic
Broad CategoryEndpoint Parameters
Products ImpactedCode Generation, Developer Experience Portal, API Transformer
Tagspreliminary checks validation apimatic parameter template path endpoint

Suggested Fixes

  • Set format of all path/template parameters to "Template" to avoid this issue.

For More Information