---
title: "Changes to Update engine configuration"
method: PUT
path: "/api/engine"
---

# Changes to Update engine configuration

`PUT /api/engine`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 19 of 73 revisions.

- **2026-07-28** `9a6250881fa7` — 4 breaking, 5 warning
- **2026-07-26** `ea1c80cb9c69` — 5 breaking, 4 warning
- **2026-07-26** `972e3d3a3300` — 4 breaking, 10 warning
- **2026-07-20** `6a232346b158` — 6 breaking
- **2026-07-15** `57cbe043ec5a` — 6 warning
- **2026-07-06** `4c50d4a73f66` — 6 breaking
- **2026-07-03** `a460443e789e` — 6 warning
- **2026-06-29** `ea736a81a931` — 6 breaking
- **2026-06-24** `2c78cb2da647` — 6 warning
- **2026-06-22** `748932ded127` — 6 breaking
- **2026-06-18** `f4c06376e038` — 6 warning
- **2026-06-17** `29657c3c1e70` — 2 breaking
- **2026-06-15** `2e16cab0ab89` — 2 warning
- **2026-06-09** `0384e25875aa` — 6 breaking
- **2026-06-04** `66ded2b6e4c2` — 4 warning
- **2026-06-03** `8d792facf7b9` — 3 breaking
- **2026-06-02** `1d0ebaa39551` — 1 breaking
- **2026-01-13** `fe06c6a14380` — 1 breaking, 1 info
- **2026-01-06** `d8e7a58e006a` — 1 breaking, 1 info

## Changes

- **2026-07-28** `9a6250881fa7` — 4 breaking, 5 warning
  - added the new required request property `general`
  - added the new required request property `logger`
  - added the new required request property `proxyServer`
  - added the new required request property `webServer`
  - removed the request property `logParameters`
  - removed the request property `name`
  - removed the request property `port`
  - removed the request property `proxyEnabled`
  - removed the request property `proxyPort`
- **2026-07-26** `ea1c80cb9c69` — 5 breaking, 4 warning
  - added the new required request property `logParameters`
  - added the new required request property `name`
  - added the new required request property `port`
  - added the new required request property `proxyEnabled`
  - added the new required request property `proxyPort`
  - removed the request property `general`
  - removed the request property `logger`
  - removed the request property `proxyServer`
  - removed the request property `webServer`
- **2026-07-26** `972e3d3a3300` — 4 breaking, 10 warning
  - added the new required request property `general`
  - added the new required request property `logger`
  - added the new required request property `proxyServer`
  - added the new required request property `webServer`
  - removed the request property `forwardProxyPassword`
  - removed the request property `forwardProxyUrl`
  - removed the request property `forwardProxyUsername`
  - removed the request property `logParameters`
  - removed the request property `name`
  - removed the request property `port`
  - removed the request property `proxyEnabled`
  - removed the request property `proxyPassword`
  - removed the request property `proxyPort`
  - removed the request property `proxyUsername`
- **2026-07-20** `6a232346b158` — 6 breaking
  - added the new required request property `forwardProxyPassword`
  - added the new required request property `forwardProxyUrl`
  - added the new required request property `forwardProxyUsername`
  - added the new required request property `logParameters/syslog`
  - added the new required request property `proxyPassword`
  - added the new required request property `proxyUsername`
- **2026-07-15** `57cbe043ec5a` — 6 warning
  - removed the request property `forwardProxyPassword`
  - removed the request property `forwardProxyUrl`
  - removed the request property `forwardProxyUsername`
  - removed the request property `logParameters/syslog`
  - removed the request property `proxyPassword`
  - removed the request property `proxyUsername`
- **2026-07-06** `4c50d4a73f66` — 6 breaking
  - added the new required request property `forwardProxyPassword`
  - added the new required request property `forwardProxyUrl`
  - added the new required request property `forwardProxyUsername`
  - added the new required request property `logParameters/syslog`
  - added the new required request property `proxyPassword`
  - added the new required request property `proxyUsername`
- **2026-07-03** `a460443e789e` — 6 warning
  - removed the request property `forwardProxyPassword`
  - removed the request property `forwardProxyUrl`
  - removed the request property `forwardProxyUsername`
  - removed the request property `logParameters/syslog`
  - removed the request property `proxyPassword`
  - removed the request property `proxyUsername`
- **2026-06-29** `ea736a81a931` — 6 breaking
  - added the new required request property `forwardProxyPassword`
  - added the new required request property `forwardProxyUrl`
  - added the new required request property `forwardProxyUsername`
  - added the new required request property `logParameters/syslog`
  - added the new required request property `proxyPassword`
  - added the new required request property `proxyUsername`
- **2026-06-24** `2c78cb2da647` — 6 warning
  - removed the request property `forwardProxyPassword`
  - removed the request property `forwardProxyUrl`
  - removed the request property `forwardProxyUsername`
  - removed the request property `logParameters/syslog`
  - removed the request property `proxyPassword`
  - removed the request property `proxyUsername`
- **2026-06-22** `748932ded127` — 6 breaking
  - added the new required request property `forwardProxyPassword`
  - added the new required request property `forwardProxyUrl`
  - added the new required request property `forwardProxyUsername`
  - added the new required request property `logParameters/syslog`
  - added the new required request property `proxyPassword`
  - added the new required request property `proxyUsername`
- **2026-06-18** `f4c06376e038` — 6 warning
  - removed the request property `forwardProxyPassword`
  - removed the request property `forwardProxyUrl`
  - removed the request property `forwardProxyUsername`
  - removed the request property `logParameters/syslog`
  - removed the request property `proxyPassword`
  - removed the request property `proxyUsername`
- **2026-06-17** `29657c3c1e70` — 2 breaking
  - added the new required request property `proxyPassword`
  - added the new required request property `proxyUsername`
- **2026-06-15** `2e16cab0ab89` — 2 warning
  - removed the request property `proxyPassword`
  - removed the request property `proxyUsername`
- **2026-06-09** `0384e25875aa` — 6 breaking
  - added the new required request property `forwardProxyPassword`
  - added the new required request property `forwardProxyUrl`
  - added the new required request property `forwardProxyUsername`
  - added the new required request property `logParameters/syslog`
  - added the new required request property `proxyPassword`
  - added the new required request property `proxyUsername`
- **2026-06-04** `66ded2b6e4c2` — 4 warning
  - removed the request property `forwardProxyPassword`
  - removed the request property `forwardProxyUrl`
  - removed the request property `forwardProxyUsername`
  - removed the request property `logParameters/syslog`
- **2026-06-03** `8d792facf7b9` — 3 breaking
  - added the new required request property `forwardProxyPassword`
  - added the new required request property `forwardProxyUrl`
  - added the new required request property `forwardProxyUsername`
- **2026-06-02** `1d0ebaa39551` — 1 breaking
  - added the new required request property `logParameters/syslog`
- **2026-01-13** `fe06c6a14380` — 1 breaking, 1 info
  - removed the success response with the status `204`
  - added the success response with the status `200`
- **2026-01-06** `d8e7a58e006a` — 1 breaking, 1 info
  - removed the success response with the status `200`
  - added the success response with the status `204`

---

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