unique-endpoint-parameter-name
Overview
This rule belongs to the apimatic-codegen-validation
ruleset and states that:
The name of a parameter in an endpoint must be unique when all the parameter names of an endpoint are compared in a case-insensitive manner.
Property | Value |
---|---|
Enabled | Yes |
Maximum Severity | Error |
Message | Duplicate parameter name found in the endpoint. |
Code | APIMATICCODEGEN_V071 |
Type | Validation |
Rule System | Semantic |
Broad Category | Endpoint Parameters |
Products Impacted | Code Generation, Developer Experience Portal |
Tags | apimatic code generation codegen sdks portal docs validation apimatic name parameter endpoint |
Suggested Fixes
- Remove duplicate parameters.
- Names are compared in a case-insensitive manner to prevent issues during Code Generation.