---
title: "PUT /catalog_entries/{id}"
method: PUT
path: "/catalog_entries/{id}"
tags: ["catalog_entry"]
---

# PUT /catalog_entries/{id}

`PUT /catalog_entries/{id}`

## Path parameters

- `id` integer, required

## Request body

- CatalogEntryForm
  - `name` string, nullable

## Response `200`

Catalog entry

- CatalogEntry
  - `id` integer, required
  - `name` string, nullable

## Other responses

- `404` — Catalog entry not found

---

[API](https://skmtc.net/openrailassociation/apis/osrd-editoast.md) · [All operations](https://skmtc.net/openrailassociation/apis/osrd-editoast/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openrailassociation/osrd-editoast/versions/1840dbbd64ac/schema)
