---
title: "Update a sprint schedule by ID"
method: PATCH
path: "/api/v1/sprint/{sprintScheduleId}"
tags: ["content-allocation"]
---

# Update a sprint schedule by ID

`PATCH /api/v1/sprint/{sprintScheduleId}`

## Path parameters

- `sprintScheduleId` string, uuid, required

## Request body

- SprintScheduleUpdateRequestDTO
  - `dueDate` string, date-time — Due date of the sprint (will be transformed to end of day in UTC). Must be between tomorrow and 30 days from now.
  - `title` string — The updated title for the sprint schedule

## Response `201`

- SprintScheduleUpdateResponseDTO
  - `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)
