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
Example request
{
"enabled": true,
"name": "Temperature Logs",
"scanModeId": "periodic-5min",
"groupId": "group-123",
"groupName": "Production Line A",
"syncWithGroup": true,
"maxReadInterval": 3600,
"readDelay": 200,
"startTimeOffset": -1000
}Response
No Content