# Pastebin GeBOy4jx instance {-# OVERLAPPING #-} ( ReflectMethod method ) => HasDocs (Verb method 204 (ct ': cts) NoContent) where docsFor Proxy (endpoint, action) DocOptions {} = single endpoint' action' where endpoint' = endpoint & method .~ method' action' = action & response . respBody .~ [] & response . respTypes .~ [] & response . respStatus .~ 204 & response . respHeaders .~ [] method' = reflectMethod (Proxy :: Proxy method)