Skip to main content

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.

PropertyValue
EnabledYes
Maximum SeverityError
MessageDuplicate parameter name found in the endpoint.
CodeAPIMATICCODEGEN_V071
TypeValidation
Rule SystemSemantic
Broad CategoryEndpoint Parameters
Products ImpactedCode Generation, Developer Experience Portal
Tagsapimatic 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.

For More Information