Skip to main content

no-dynamic-form-parameters-in-delete-operation

Overview

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

HTTP Methods like DELETE do not support dynamic form parameters therefore, the allowDynamicFormParameters flag must be disabled for all DELETE methods.

PropertyValue
EnabledYes
Maximum SeverityError
MessageThe allowDynamicFormParameters flag is enabled for DELETE method.
CodeOPENAPI3APIMATIC_L239
TypeLinting
Rule SystemSemantic
Broad CategoryOpenAPI Operations
Products ImpactedCode Generation, Developer Experience Portal
Tagsopenapi3 openapi apimatic semantic linting parameter dynamic form delete

Suggested Fixes

  • Set the value of allowDynamicFormParameters operation setting as false or remove it.

For More Information