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
This is not recognized by some tooling that auto-generate client code (e.g. SwaggerProvider).
I changed "application/json; charset=utf-8" to just "application/json" to fix this issue.
Of course, the tooling does not handle the streaming media type so those api calls can't be done with the generated code - but its good to have the rest auto-generated.