add more mapdata API endpoints

This commit is contained in:
Laura Klünder 2023-11-19 16:36:46 +01:00
parent f43d458fc4
commit 846101ea37
6 changed files with 300 additions and 17 deletions

View file

@ -116,6 +116,7 @@ class SpecificLocationSchema(LocationSchema):
label_settings: Optional[LabelSettingsSchema] = APIField(
default=None,
title="label settings",
description="if not set, it may be taken from location groups"
)
label_override: Optional[NonEmptyStr] = APIField(
default=None,