---
title: "Create a new sprint schedule"
method: POST
path: "/api/v1/sprint"
tags: ["content-allocation"]
---

# Create a new sprint schedule

`POST /api/v1/sprint`

## Request body

- SprintScheduleCreateRequestDTO
  - `assignedTeamId` string, uuid, required — UUID of the team assigned to this sprint
  - `assignedTrackId` string, required — ObjectId of the track assigned to this sprint
  - `dueDate` string, date-time, required — Due date of the sprint (will be transformed to end of day in UTC)
  - `title` string, required — Title of the sprint schedule

## Response `201`

- SprintScheduleCreateResponseDTO
  - `assignedTeamId` string, uuid, required
  - `assignedTrackId` string, required
  - `createdAt` string, date-time, required
  - `deletedAt` string, date-time, nullable
  - `dueDate` string, date-time, required
  - `id` string, uuid, required
  - `lastUpdatedAt` string, date-time, required
  - `title` string, required
  - `userId` string, uuid, required

---

[API](https://skmtc.net/wejam/apis/jam.md) · [All operations](https://skmtc.net/wejam/apis/jam/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wejam/jam/revisions/bd5a5f406bca/schema)
