OpenAPI Method PUT Error (Edit)

PUT HTTP methods should be available.

OpenAPIRequest BodiesPUT

Rule Definition

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

Back to All of the Rules