Azure / azure-api-style-guide

Spectral rules to check conformance to Azure API Guidelines
MIT License
45 stars 21 forks source link

Only flag optional request body if required is not specified #117

Closed mikekistler closed 1 year ago

mikekistler commented 1 year ago

Minor update to the az-request-body-optional rule to avoid flagging a request body that explicitly specifies required: false.