You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removing body depiction from negative response to HEAD requests (#2859)
Fixes#2858
Noticed by @coderabbitai in
#2857 (comment)
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **Documentation**
* Updated API documentation for several HEAD endpoints to remove
detailed error response content, reflecting that no payload is returned
for negative responses.
* **Refactor**
* Simplified logic for determining response content in HEAD requests,
now relying solely on the HTTP method.
* Streamlined type definitions for negative responses of HEAD endpoints
to indicate no content is returned.
* **Tests**
* Updated tests to align with the simplified response content logic for
HEAD requests.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
0 commit comments