---
title: "POST /train_schedule_sets"
method: POST
path: "/train_schedule_sets"
tags: ["train_schedule_set"]
---

# POST /train_schedule_sets

`POST /train_schedule_sets`

## Request body

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

## Response `201`

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

## Changes

> 77 revisions in range; 2 not diffed.

- **2026-06-24** `7b8ed612b922` — 1 breaking
  - added the new required request property `timetable_type`
- **2026-06-18** `a6c0f93e1713` — 1 warning
  - removed the request property `timetable_type`
- **2026-06-18** `1bd462694f6d` — 1 breaking
  - added the new required request property `timetable_type`
- **2026-06-18** `9951504c9cd1` — 1 warning
  - removed the request property `timetable_type`
- **2026-06-17** `18574607f0b6` — 1 breaking
  - added the new required request property `timetable_type`

[Full history](https://skmtc.dev/openrailassociation/apis/osrd-editoast/changes/train_schedule_sets/post.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)
