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
The content type application/vnd.api+json is not supported in openapi-core, When i added, 'application/vnd.api+json': json_loads, in /deserializing/media_types/factories.py it solved the problem. Can you add this media-type ?