unique-endpoint-group-name
Overview
This rule belongs to the apimatic-codegen-validation ruleset and states that:
Endpoint group names must be unique.
| Property | Value |
|---|---|
| Enabled | Yes |
| Maximum Severity | Error |
| Message | Duplicate endpoint group names found. |
| Code | APIMATICCODEGEN_V042 |
| Type | Validation |
| Rule System | Semantic |
| Broad Category | Endpoints |
| Products Impacted | Code Generation, Developer Experience Portal |
| Tags | apimatic 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.