Does hasura action supports application/vnd.api+json content-type? #10133
Unanswered
freeRajeev
asked this question in
Question
Replies: 1 comment
-
Not an answer - same issue but with a different content type: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to call a rest API which accepts Content-type: application/vnd.api+json and Accept: application/vnd.api+json.
I have added these two variable in header but looks like Hasura is overriding these header. Also there in request transformation section there is not option to select application/vnd.api+json so I have selected application/json and provided request transformation logic.
Beta Was this translation helpful? Give feedback.
All reactions