diff --git a/rest_framework/schemas.py b/rest_framework/schemas.py index 875f9454b..2773387d6 100644 --- a/rest_framework/schemas.py +++ b/rest_framework/schemas.py @@ -553,7 +553,7 @@ class SchemaGenerator(object): name=variable, location='path', required=True, - schema=schema_cls(title=title, description=description, **kwargs) + schema=schema_cls(title=title, description=description, default='', **kwargs) ) fields.append(field)