---
title: "Save multiple schedules. It is possible to override existing schedules if you wish"
method: POST
path: "/teams/{teamId}/schedules/multiple"
tags: ["Duties"]
---

# Save multiple schedules. It is possible to override existing schedules if you wish

`POST /teams/{teamId}/schedules/multiple`

## Path parameters

- `teamId` string, required

## Query parameters

- `overrideExisting` boolean

## Request body

- ScheduleInfo[]
  - `end` string, date-time
  - `id` string, nullable
  - `options` integer
  - `start` string, date-time
  - `userId` string, nullable

## Response `200`

OK

- ScheduleInfo[]
  - `end` string, date-time
  - `id` string, nullable
  - `options` integer
  - `start` string, date-time
  - `userId` string, nullable

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `500` — Internal Server Error

---

[API](https://skmtc.net/signl4/apis/signl4-api-v1.md) · [All operations](https://skmtc.net/signl4/apis/signl4-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/signl4/signl4-api-v1/versions/ddbe216a9287/schema)
