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.
Property | Value |
---|---|
Enabled | Yes |
Maximum Severity | Warning |
Message | Endpoint has a parameter which should be of "Template" format. The format has been changed accordingly. |
Code | APIMATICPOSTPROCESS_V253 |
Type | Validation |
Rule System | Semantic |
Broad Category | Endpoint Parameters |
Products Impacted | Code Generation, Developer Experience Portal, API Transformer |
Tags | apimatic postprocessing validation parameter template path endpoint |
Suggested Fixes
- Set format of all path/template parameters to "Template" to avoid this issue.