As the title mentions, I would like to have a @api.response(401, 'Unauthenticated')
response added to the documentation of all APIs which require authentication.
flask-resplus/restx
displays a lock icon, so the user should expect a 401
if not authenticated, but I would like this response to be explicit without having to explicitly write that decorator on every method or resource.
Is this possible with some global setting?