django-rest-framework-docs
django-rest-framework-docs copied to clipboard
Live API does not show alternative content type
When I use the Live API with my endpoints it always shows this:
I'm guessing that since I use content-type application/vnd.api+json in my response, that this is not picked up.
Is there any way to tell the Live API to accept a different content type?
+1