More Marshmallow argument updates
This commit is contained in:
parent
e22f36b308
commit
9dbb083ee7
18 changed files with 102 additions and 87 deletions
|
|
@ -242,7 +242,7 @@ class GetLocationsView(PropertyView):
|
|||
|
||||
|
||||
class PreferredLocationView(PropertyView):
|
||||
schema = fields.String(required=True, example="Default")
|
||||
schema = fields.String(required=True, metadata={"example": "Default"})
|
||||
|
||||
def get(self):
|
||||
self.extension.check_location()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue