# `JSONAPI.ResponseContentType`
[🔗](https://github.com/beam-community/jsonapi/blob/main/lib/jsonapi/plugs/response_content_type.ex#L1)

Simply add this plug to your endpoint or your router :api pipeline and it will
ensure you return the correct response type.

If you need to override the response type simple set conn.assigns[:override_jsonapi]
and this will be skipped.

# `call`

# `init`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
