non-conflicting-endpoint-names
Overview
This rule belongs to the apimatic-post-processing-codegen-validation
ruleset and states that:
If conflicts are observed in endpoint names, they may be renamed to avoid code generation issues.
Property | Value |
---|---|
Enabled | Yes |
Maximum Severity | Warning |
Message | Endpoint was renamed to avoid code generation conflicts. |
Code | APIMATICPOSTPROCESSCODEGEN_V002 |
Type | Validation |
Rule System | Semantic |
Broad Category | Endpoints |
Products Impacted | Code Generation, Developer Experience Portal |
Tags | apimatic postprocessing code generation validation name endpoint |
Suggested Fixes
- Names are compared in a case-insensitive manner to prevent code generation issues.
- Uniquely name your endpoints to avoid this issue.