mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-04 12:30:11 +03:00
Merge ff6c0cee90
into 5ea810d526
This commit is contained in:
commit
9203a01f1e
|
@ -553,7 +553,7 @@ class SchemaGenerator(object):
|
||||||
name=variable,
|
name=variable,
|
||||||
location='path',
|
location='path',
|
||||||
required=True,
|
required=True,
|
||||||
schema=schema_cls(title=title, description=description, **kwargs)
|
schema=schema_cls(title=title, description=description, default='', **kwargs)
|
||||||
)
|
)
|
||||||
fields.append(field)
|
fields.append(field)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user