---
title: "Update engine name"
method: PUT
path: "/api/engine/name"
tags: ["Engine"]
---

# Update engine name

`PUT /api/engine/name`

Updates only the engine name

## Request body

- EngineNameCommandDTO — Engine name command Data Transfer Object. Used as the request body for updating only the engine name.
  - `name` string, required — The name of the engine.

## Response `200`

Engine name updated successfully

## Changes

- **2026-07-28** `9a6250881fa7` — 1 info
  - endpoint added
- **2026-07-26** `ea1c80cb9c69` — 1 breaking
  - api path removed without deprecation
- **2026-07-26** `972e3d3a3300` — 1 info
  - endpoint added
- **2026-07-03** `a460443e789e` — 1 breaking
  - api path removed without deprecation
- **2026-06-29** `ea736a81a931` — 1 info
  - endpoint added

[Full history](https://skmtc.dev/optimistiksas/apis/oibus-api/changes/api/engine/name/put.md)

---

[API](https://skmtc.dev/optimistiksas/apis/oibus-api.md) · [All operations](https://skmtc.dev/optimistiksas/apis/oibus-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/optimistiksas/oibus-api/revisions/fe8fd32c9fdc/schema)
