Skip to main content

no-query-string-in-path

Overview

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

The path key cannot contain a query string for specifying parameter values.

PropertyValue
EnabledYes
Maximum SeverityWarning
MessageQuery string found in path key.
CodeOPENAPI3APIMATIC_L181
TypeLinting
Rule SystemSemantic
Broad CategoryOpenAPI Paths
Products ImpactedAPI Transformer
Tagsopenapi3 openapi apimatic semantic linting path query key

Suggested Fixes

  • Ensure that the path key does not contain a query string.

For More Information