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?
Hello, I have a question. Is it possible to pass
content_typeparameter forresourceorviewlike forService?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/jsonheader for example.Could you help me with that?