content-allocation

Update a sprint schedule by ID

patch/api/v1/sprint/{sprintScheduleId}

Path parameters

sprintScheduleIdstring uuid required

The unique identifier of the sprint schedule

Request body

dueDatestring 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.

startDatestring date-time

Optional new planned start date (ISO-8601). Transformed to start of day UTC. Cannot be in the past. Omit to leave unchanged.

titlestring

The updated title for the sprint schedule

Response

assignedTeamIdstring uuid required
assignedTrackIdstring required
createdAtstring date-time required
deletedAtstring date-time nullable
dueDatestring date-time required
idstring uuid required
lastUpdatedAtstring date-time required
startDatestring date-time nullable

Planned start date of the sprint (start of day UTC). Null for sprints created before start dates were persisted; read paths report createdAt for those.

titlestring required
userIdstring uuid required

Changes