Closed renke0 closed 7 months ago
While I'm fixing this, I'd also like to add a check for removing a request body.
Can you please provide your feedback:
Sorry by the late response. I agree with your implementation, it should be INFO
if the body is optional and ERR
if it is required.
Describe the bug
When using the cli to create a
changelog
, adding an optional request body is ignored. They are detected bydiff
andsummary
though.To Reproduce
Steps to reproduce the behavior:
openapi.yaml
Expected behavior
I expected the addition of the new request body in the path to be logged with a
info
level, as shown below.Desktop
Additional context
The changes are detected by
diff
andsummary