Skip to main content

unique-endpoint-group-name

Overview

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

Endpoint group names must be unique.

PropertyValue
EnabledYes
Maximum SeverityError
MessageDuplicate endpoint group names found.
CodeAPIMATICCODEGEN_V042
TypeValidation
Rule SystemSemantic
Broad CategoryEndpoints
Products ImpactedCode Generation, Developer Experience Portal
Tagsapimatic code generation codegen sdks portal docs validation apimatic name endpoint group tag endpoint

Suggested Fixes

  • Remove duplicate endpoint groups.
  • Names are compared in a case-insensitive manner to prevent issues during Code Generation.
  • Endpoint groups are extracted from endpoint/operation level tags used in API formats like OpenAPI. Make sure they are unique at the time of import.

For More Information