v51

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

Update south item group

Updates an existing group

put/api/south/{southId}/groups/{groupId}

Path parameters

southIdstring required
groupIdstring required

Request body

idstring nullable required

The ID of the group (null when creating a new group).

Example request

{
  "standardSettings": {
    "scanModeId": "periodic-5min",
    "name": "Production Line A"
  },
  "historySettings": {
    "readDelay": 200,
    "maxReadInterval": 3600,
    "overlap": 1000
  }
}

Response

No Content