You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When using Postman to publish API docs with the JSON:API standard, we have to specify: Content-Type: application/vnd.api+json
This leads to Postman weirdly formatting example requests as text (i.e. not understanding that the body is actually a JSON object), which makes it hard for implementers to copy paste the request.
For example:
Describe the solution you'd like
Ideally, Postman will recognize application/vnd.api+json as JSON.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When using Postman to publish API docs with the JSON:API standard, we have to specify:
Content-Type: application/vnd.api+json
This leads to Postman weirdly formatting example requests as text (i.e. not understanding that the body is actually a JSON object), which makes it hard for implementers to copy paste the request.
For example:
![Screen Shot 2020-06-11 at 15 15 04](https://user-images.githubusercontent.com/3478172/84444331-63a0ab80-abf6-11ea-9071-fc42f31722df.png)
Describe the solution you'd like
Ideally, Postman will recognize
application/vnd.api+json
as JSON.The text was updated successfully, but these errors were encountered: