atleast-one-server-template-parameter-reference
Overview
This rule belongs to the apimatic-preliminary-linting
ruleset and states that:
Template parameters defined in the server configuration must be referenced by at least one or more server URLs.
Property | Value |
---|---|
Enabled | Yes |
Maximum Severity | Warning |
Message | Unused server template parameter found. |
Code | APIMATICPRE_L011 |
Type | Linting |
Rule System | Semantic |
Broad Category | Server Configuration |
Products Impacted | Code Generation, Developer Experience Portal, API Transformer |
Tags | preliminary checks linting apimatic parameter template path server configuration |
Suggested Fixes
- Remove all unused template parameters from the server configuration.
- Update server URLs to include parameter reference where needed.