Skip to main content

predefined-endpoint-path-template-parameter

Overview

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

All path/template parameters present in the endpoint relative route must have a corresponding definition in the endpoint.

PropertyValue
EnabledYes
Maximum SeverityError
MessageEndpoint route requires a parameter which is undefined.
CodeAPIMATICPRE_V201
TypeValidation
Rule SystemSemantic
Broad CategoryEndpoint Parameters
Products ImpactedCode Generation, Developer Experience Portal, API Transformer
Tagspreliminary checks validation apimatic parameter template path endpoint

Suggested Fixes

  • Make sure all your path/template parameters specified within the endpoint relative route/path are defined in the endpoint to avoid this issue.

For More Information