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