Cornices/cornice

content_type parameter for resource does not work

Opened this issue · 0 comments

Hello, I have a question. Is it possible to pass content_type parameter for resource or view like for Service?

I tried using like in documentation as a list or explicitly as a string, using accept, etc many combinations but none of them works.
I never achieved to get 415 from request when I did not pass application/json header for example.

Could you help me with that?