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
It fixes an issue caused by _preload_content flag that prevents the auto-generated client code from converting the json response to a string and restoring the original values.
The encryption decorator layer now applies to api_client.call_api instead of api_client.request in order to accommodate the _preload_content = False flag setting.
Introduced a warning when adding encryption decorator layer without authentication layer. All MC APIs require authentication, so adding encryption without authentication is discouraged (whenever it's still possible)