Can openapi decorators be used in the CBV class-wide decorators property?
I’m wanting to share an openapi.response
with all the methods in the class without having to definine the same response on each method individually, but adding the decorators to the class’s decorator property isn’t reflecting the response in my schema.