Skip to main content

required-server-url

Overview

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

A server definition must specify a non-empty, non-null and absolute URL path.

PropertyValue
EnabledYes
Maximum SeverityError
MessageServer has a missing URL.
CodeAPIMATICPRE_V036
TypeValidation
Rule SystemSemantic
Broad CategoryServer Configuration
Products ImpactedCode Generation, Developer Experience Portal, API Transformer
Tagspreliminary checks validation apimatic url server server configuration api

Suggested Fixes

  • Specify a valid absolute URL for the server.
  • Make sure the server URL is not empty or null.

For More Information