OpenAPI Method PUT Info (Edit)

PUT HTTP methods should be available.

OpenAPIRequest BodiesPUT

Rule Definition

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

Back to All of the Rules