diff --git a/c2corg_api/models/waypoint.py b/c2corg_api/models/waypoint.py index e2979036c..8576e62ac 100644 --- a/c2corg_api/models/waypoint.py +++ b/c2corg_api/models/waypoint.py @@ -328,5 +328,5 @@ class ArchiveWaypointLocale(_WaypointLocaleMixin, ArchiveDocumentLocale): schema_create_waypoint = get_create_schema(schema_waypoint) schema_update_waypoint = get_update_schema(schema_waypoint) schema_association_waypoint = restrict_schema(schema_waypoint, [ - 'elevation', 'locales.title', 'locales.access_period', 'geometry.geom' + 'elevation', 'locales.title', 'locales.access_period', 'geometry.geom', 'public_transportation_rating' ])