no-dynamic-form-parameters-in-head-operation
Overview
This rule belongs to the openapi-v3-apimatic-linting ruleset and states that:
HTTP Methods like HEAD do not support dynamic form parameters therefore, the allowDynamicFormParameters flag must be disabled for all HEAD methods.
| Property | Value |
|---|---|
| Enabled | Yes |
| Maximum Severity | Error |
| Message | The allowDynamicFormParameters flag is enabled for HEAD method. |
| Code | OPENAPI3APIMATIC_L240 |
| Type | Linting |
| Rule System | Semantic |
| Broad Category | OpenAPI Operations |
| Products Impacted | Code Generation, Developer Experience Portal |
| Tags | openapi3 openapi apimatic semantic linting parameter dynamic head form |
Suggested Fixes
- Set the value of
allowDynamicFormParametersoperation setting asfalseor remove it.