-
Notifications
You must be signed in to change notification settings - Fork 98
Open
Description
username = serializers.CharField(min_length=4, max_length=32, required=False, |
One serializer is reused for different API operations, reducing static type safety. E.g. response from api/v1/users/{id}/
will always contain username
however in the OpenAPI spec, the username
field is not required.
Metadata
Metadata
Assignees
Labels
No labels