Skip to main content

server-url-uses-https

Overview

This rule belongs to the openapi-v3-apimatic-linting ruleset and states that:

You must only use HTTPS for the server transport protocol.

PropertyValue
EnabledNo
Maximum SeverityWarning
MessageImproper transport protocol used for server URL.
CodeOPENAPI3APIMATIC_L110
TypeLinting
Rule SystemSemantic
Broad CategoryOpenAPI Servers
Products ImpactedAPI Transformer, Code Generation, Developer Experience Portal
Tagsopenapi3 openapi apimatic semantic linting server transfer protocol https

Suggested Fixes

  • Ensure that the server uses https transfer protocol.

For More Information