Skip to main content

no-reserved-keywords-in-endpoint-group

Overview

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

The endpoint group name must not contain any reserved keywords that can possibly cause issues during Code Generation. If it contains any, the endpoint group name may be auto renamed.

PropertyValue
EnabledYes
Maximum SeverityWarning
MessageThe endpoint group name contains a reserved keyword and has been renamed.
CodeAPIMATICPOSTPROCESSCODEGEN_V004
TypeValidation
Rule SystemSemantic
Broad CategoryEndpoints
Products ImpactedCode Generation, Developer Experience Portal
Tagsapimatic postprocessing code generation validation group endpoint group endpoint

Suggested Fixes

  • Avoid the use of programming language reserved keywords in endpoint groups to avoid this issue.

For More Information