OpenAPI Method DELETE Info (Edit)

DELETE HTTP methods should be available.

OpenAPIRequest BodiesDELETE

Rule Definition

openapi-method-delete-info.yaml
{"openapi-method-delete-info":{"description":"DELETE HTTP methods should be available.","message":"DELETE Request Body","given":"$.paths.*","severity":"info","then":{"field":"@key","function":"pattern","functionOptions":{"match":"^\\b(DELETE|delete)\\b"}}}}

Back to All of the Rules