-
Notifications
You must be signed in to change notification settings - Fork 458
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Swagger does not reflect changes from the overwritten serializer #688
Comments
have you tried to replace the |
@abdelbaki1 |
@mglowinski93 |
@abdelbaki1
|
Hi,
I've problem with swagger not being updated after overwriting
current_user
serializer in settings.I've modified
current_user
serializer to be able to update also user'sfirst_name
andlast_name
, like below:Settings:
Those changes are applied to API, but are not reflected in swagger output:
Do you have any tip how can i adjust swagger to custom serializer?
The text was updated successfully, but these errors were encountered: