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.
Property | Value |
---|---|
Enabled | Yes |
Maximum Severity | Warning |
Message | Query string found in path key. |
Code | OPENAPI3APIMATIC_L181 |
Type | Linting |
Rule System | Semantic |
Broad Category | OpenAPI Paths |
Products Impacted | API Transformer |
Tags | openapi3 openapi apimatic semantic linting path query key |
Suggested Fixes
- Ensure that the path key does not contain a query string.