Skip to main content

non-conflicting-endpoint-name

Overview

This rule belongs to the apimatic-codegen-validation ruleset and states that:

Endpoint names must be unique when letter casing and symbols are ignored.

PropertyValue
EnabledYes
Maximum SeverityError
MessageConflict in endpoint names found.
CodeAPIMATICCODEGEN_V043
TypeValidation
Rule SystemSemantic
Broad CategoryEndpoints
Products ImpactedCode Generation, Developer Experience Portal
Tagsapimatic code generation codegen sdks portal docs validation apimatic 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