---
title: "Changes to Update south item group"
method: PUT
path: "/api/south/{southId}/groups/{groupId}"
---

# Changes to Update south item group

`PUT /api/south/{southId}/groups/{groupId}`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 25 of 74 revisions.

- **2026-07-28** `9a6250881fa7` — 3 breaking, 1 warning
- **2026-07-26** `ea1c80cb9c69` — 1 breaking, 3 warning
- **2026-07-20** `6a232346b158` — 3 breaking, 1 warning
- **2026-07-15** `57cbe043ec5a` — 1 breaking, 3 warning
- **2026-07-06** `4c50d4a73f66` — 3 breaking, 1 warning
- **2026-07-03** `a460443e789e` — 1 breaking, 3 warning
- **2026-06-30** `c5a35475739f` — 2 breaking, 1 warning
- **2026-06-29** `ea736a81a931` — 1 breaking
- **2026-06-24** `2c78cb2da647` — 1 breaking, 3 warning
- **2026-06-23** `9eab61b4f349` — 2 breaking, 1 warning
- **2026-06-22** `748932ded127` — 1 breaking
- **2026-06-18** `f4c06376e038` — 1 warning
- **2026-06-17** `29657c3c1e70` — 1 breaking
- **2026-04-15** `861a7080570a` — 2 breaking, 5 warning
- **2026-04-04** `f4c4f75208e6` — 1 breaking, 1 info
- **2026-03-23** `8a31f65ba14a` — 1 info
- **2026-03-20** `108013c94629` — 1 breaking
- **2026-03-16** `0e8241292e16` — 1 info
- **2026-03-10** `88f262299d5e` — 1 breaking
- **2026-03-10** `76d90b88c3e5` — 1 info
- **2026-02-09** `1478646796ac` — 1 breaking
- **2026-02-03** `bb7c469357f8` — 1 info
- **2026-01-26** `a291063e086b` — 1 breaking
- **2026-01-19** `f7d0cb77f2c5` — 1 info
- **2026-01-06** `d8e7a58e006a` — 1 breaking

## Changes

- **2026-07-28** `9a6250881fa7` — 3 breaking, 1 warning
  - added the new required request property `historySettings/endTimeOffset`
  - added the new required request property `historySettings/recoveryStrategy`
  - added the new required request property `historySettings/startTimeOffset`
  - removed the request property `historySettings/overlap`
- **2026-07-26** `ea1c80cb9c69` — 1 breaking, 3 warning
  - added the new required request property `historySettings/overlap`
  - removed the request property `historySettings/endTimeOffset`
  - removed the request property `historySettings/recoveryStrategy`
  - removed the request property `historySettings/startTimeOffset`
- **2026-07-20** `6a232346b158` — 3 breaking, 1 warning
  - added the new required request property `historySettings/endTimeOffset`
  - added the new required request property `historySettings/recoveryStrategy`
  - added the new required request property `historySettings/startTimeOffset`
  - removed the request property `historySettings/overlap`
- **2026-07-15** `57cbe043ec5a` — 1 breaking, 3 warning
  - added the new required request property `historySettings/overlap`
  - removed the request property `historySettings/endTimeOffset`
  - removed the request property `historySettings/recoveryStrategy`
  - removed the request property `historySettings/startTimeOffset`
- **2026-07-06** `4c50d4a73f66` — 3 breaking, 1 warning
  - added the new required request property `historySettings/endTimeOffset`
  - added the new required request property `historySettings/recoveryStrategy`
  - added the new required request property `historySettings/startTimeOffset`
  - removed the request property `historySettings/overlap`
- **2026-07-03** `a460443e789e` — 1 breaking, 3 warning
  - added the new required request property `historySettings/overlap`
  - removed the request property `historySettings/endTimeOffset`
  - removed the request property `historySettings/recoveryStrategy`
  - removed the request property `historySettings/startTimeOffset`
- **2026-06-30** `c5a35475739f` — 2 breaking, 1 warning
  - added the new required request property `historySettings/endTimeOffset`
  - added the new required request property `historySettings/startTimeOffset`
  - removed the request property `historySettings/overlap`
- **2026-06-29** `ea736a81a931` — 1 breaking
  - added the new required request property `historySettings/recoveryStrategy`
- **2026-06-24** `2c78cb2da647` — 1 breaking, 3 warning
  - added the new required request property `historySettings/overlap`
  - removed the request property `historySettings/endTimeOffset`
  - removed the request property `historySettings/recoveryStrategy`
  - removed the request property `historySettings/startTimeOffset`
- **2026-06-23** `9eab61b4f349` — 2 breaking, 1 warning
  - added the new required request property `historySettings/endTimeOffset`
  - added the new required request property `historySettings/startTimeOffset`
  - removed the request property `historySettings/overlap`
- **2026-06-22** `748932ded127` — 1 breaking
  - added the new required request property `historySettings/recoveryStrategy`
- **2026-06-18** `f4c06376e038` — 1 warning
  - removed the request property `historySettings/recoveryStrategy`
- **2026-06-17** `29657c3c1e70` — 1 breaking
  - added the new required request property `historySettings/recoveryStrategy`
- **2026-04-15** `861a7080570a` — 2 breaking, 5 warning
  - added the new required request property `historySettings`
  - added the new required request property `standardSettings`
  - removed the request property `maxReadInterval`
  - removed the request property `name`
  - removed the request property `overlap`
  - removed the request property `readDelay`
  - removed the request property `scanModeId`
- **2026-04-04** `f4c4f75208e6` — 1 breaking, 1 info
  - added the new required request property `id`
  - the request property `readDelay` became nullable
- **2026-03-23** `8a31f65ba14a` — 1 info
  - endpoint added
- **2026-03-20** `108013c94629` — 1 breaking
  - api path removed without deprecation
- **2026-03-16** `0e8241292e16` — 1 info
  - endpoint added
- **2026-03-10** `88f262299d5e` — 1 breaking
  - api path removed without deprecation
- **2026-03-10** `76d90b88c3e5` — 1 info
  - endpoint added
- **2026-02-09** `1478646796ac` — 1 breaking
  - api path removed without deprecation
- **2026-02-03** `bb7c469357f8` — 1 info
  - endpoint added
- **2026-01-26** `a291063e086b` — 1 breaking
  - api path removed without deprecation
- **2026-01-19** `f7d0cb77f2c5` — 1 info
  - endpoint added
- **2026-01-06** `d8e7a58e006a` — 1 breaking
  - api path removed without deprecation

---

[Operation](https://skmtc.dev/optimistiksas/apis/oibus-api/docs/api/south/:southId/groups/:groupId/put.md) · [API](https://skmtc.dev/optimistiksas/apis/oibus-api.md) · [Page](https://skmtc.dev/optimistiksas/apis/oibus-api/changes/api/south/:southId/groups/:groupId/put)
