Create a new (POST): {{lep-url}}/monitoring-sets Content type: application/vnd.lep.monitoring-set.v1+json { "id": "string", "description": "string", "transmission-facilities": [ "string" ], "default": false } Update an existing (PUT): {{lep-url}}/monitoring-set/{id} Path Parameter: {id} - ID of the associated object { "id": "string", "description": "string", "transmission-facilities": [ "string" ], "default": false } Delete a specific (DEL): {{lep-url}}/ monitoring-set/{id} Path Parameter: {id} - ID of the associated object