v51

OpenAPI 3.0.0EUPLraw.githubusercontent.com2026-08-01133591927.1 KB
South Connectors

Update south connector item

Updates an existing item in a south connector

put/api/south/{southId}/items/{itemId}

Path parameters

southIdstring required
itemIdstring required

Request body

OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR

Example request

{
  "enabled": true,
  "name": "Temperature Logs",
  "scanModeId": "periodic-5min",
  "groupId": "group-123",
  "groupName": "Production Line A",
  "syncWithGroup": true,
  "maxReadInterval": 3600,
  "readDelay": 200,
  "overlap": 1000
}

Response

No Content