mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-04 04:20:12 +03:00
Merge ff6c0cee90
into 5ea810d526
This commit is contained in:
commit
9203a01f1e
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user