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

# Update engine name

`PUT /api/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-20** `6a232346b158` — 1 info
  - endpoint added
- **2026-07-15** `57cbe043ec5a` — 1 breaking
  - api path removed without deprecation
- **2026-07-06** `4c50d4a73f66` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/optimistiksas/apis/oibus-api/changes/api/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/d3abecc48b97/schema)
