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
If you configure only json as the supported type, the example payloads may come across as XML. That's because when a match isn't found, the Jersey runtime will take over the media type selection, which isn't right.
The text was updated successfully, but these errors were encountered:
If you configure only
json
as the supported type, the example payloads may come across as XML. That's because when a match isn't found, the Jersey runtime will take over the media type selection, which isn't right.The text was updated successfully, but these errors were encountered: