---
title: "PUT /train_schedule_sets/{id}"
method: PUT
path: "/train_schedule_sets/{id}"
tags: ["train_schedule_set"]
---

# PUT /train_schedule_sets/{id}

`PUT /train_schedule_sets/{id}`

## Path parameters

- `id` integer, required

## Request body

- TrainScheduleSetUpdateForm
  - `catalog_entry_id` integer, nullable
  - `description` string, required
  - `name` string, nullable
  - `published` boolean, required

## Response `200`

Train schedule set

- TrainScheduleSetResponse
  - `catalog_entry_id` integer, nullable
  - `description` string, required
  - `id` integer, required
  - `name` string, nullable
  - `published` boolean, required
  - `timetable_type` 'CALENDAR' | 'HOURLY', required
  - `train_schedule_count` integer, required

## Other responses

- `404` — Train schedule set not found

## Changes

> 77 revisions in range; 2 not diffed.

- **2026-06-16** `9b9bcefadf49` — 1 info
  - added the required property `allOf[#/components/schemas/TrainScheduleSet]/timetable_type` to the response with the `200` status
- **2026-06-10** `d3c96c71cacc` — 1 breaking
  - removed the required property `allOf[#/components/schemas/TrainScheduleSet]/timetable_type` from the response with the `200` status
- **2026-06-10** `534e56b95a11` — 1 info
  - added the required property `allOf[#/components/schemas/TrainScheduleSet]/timetable_type` to the response with the `200` status
- **2026-06-02** `30b1a910e482` — 1 breaking
  - removed the required property `allOf[#/components/schemas/TrainScheduleSet]/timetable_type` from the response with the `200` status
- **2026-06-01** `19436075117f` — 1 info
  - added the required property `allOf[#/components/schemas/TrainScheduleSet]/timetable_type` to the response with the `200` status

[Full history](https://skmtc.dev/openrailassociation/apis/osrd-editoast/changes/train_schedule_sets/:id/put.md)

---

[API](https://skmtc.dev/openrailassociation/apis/osrd-editoast.md) · [All operations](https://skmtc.dev/openrailassociation/apis/osrd-editoast/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openrailassociation/osrd-editoast/revisions/e1fc96bc11fd/schema)
