Skip to main content

valid-template-parameter-format

Overview

This rule belongs to the apimatic-post-processing-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 SeverityWarning
MessageEndpoint has a parameter which should be of "Template" format. The format has been changed accordingly.
CodeAPIMATICPOSTPROCESS_V253
TypeValidation
Rule SystemSemantic
Broad CategoryEndpoint Parameters
Products ImpactedCode Generation, Developer Experience Portal, API Transformer
Tagsapimatic postprocessing validation parameter template path endpoint

Suggested Fixes

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

For More Information