Fix INF-371 and INF-372 notification post data does not comply to spec
[pti/o2.git] / o2dms / api / dms_api_ns.py
1 from flask_restx import Namespace
2
3
4 api_dms_lcm_v1 = Namespace(
5     "O2DMS_LCM", description='DMS LCM related operations.')