---
title: "POST /temporary_speed_limit_group"
method: POST
path: "/temporary_speed_limit_group"
tags: ["temporary_speed_limits"]
---

# POST /temporary_speed_limit_group

`POST /temporary_speed_limit_group`

## Request body

- object
  - `speed_limit_group_name` string, required
  - `speed_limits` object[], required
    - `end_date_time` string, date-time, required
    - `obj_id` string, required
    - `speed_limit` number, double, required
    - `start_date_time` string, date-time, required
    - `track_ranges` DirectionalTrackRange[], required
      - `begin` number, double, required
      - `direction` 'START_TO_STOP' | 'STOP_TO_START', required
      - `end` number, double, required
      - `track` string, required

## Response `201`

The id of the created temporary speed limit group.

- object
  - `group_id` integer, required

---

[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)
