Skip to main content

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.

PropertyValue
EnabledYes
Maximum SeverityWarning
MessageEndpoint was renamed to avoid code generation conflicts.
CodeAPIMATICPOSTPROCESSCODEGEN_V002
TypeValidation
Rule SystemSemantic
Broad CategoryEndpoints
Products ImpactedCode Generation, Developer Experience Portal
Tagsapimatic 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.

For More Information