[IMP] pms_api_rest: add language in property services

This commit is contained in:
Sara Lago
2023-03-24 15:10:32 +01:00
committed by Darío Lodeiros
parent f882a02390
commit 1daafbb15d
2 changed files with 3 additions and 0 deletions

View File

@@ -28,3 +28,4 @@ class PmsPropertyInfo(Datamodel):
simpleOutColor = fields.String(required=False, allow_none=True)
simpleInColor = fields.String(required=False, allow_none=True)
simpleFutureColor = fields.String(required=False, allow_none=True)
language = fields.String(required=True, allow_none=False)