Path Parameters
Team ID is an alphanumerical string that identifies a Team. This is externally referred to as a "Workspace".
Query Parameters
Project ID is a numerical string that identifies a Project. This is externally referred to as a "Space".
Body
application/json
Sprint settings object
ordered list of statuses for the sprint
length of the sprint in days
Available options:
7, 14, 21, 28, 35, 42, 49, 56 Example:
14
length of the cooldown period in days
Available options:
0, 7, 14, 21, 28 Example:
7
day of the week to start the sprint (0 = Sunday, 1 = Monday, ..., 6 = Saturday)
Available options:
0, 1, 2, 3, 4, 5, 6 Example:
1
whether sprints are enabled for the project
Example:
true
Available options:
board, list, timeline, calendar Example:
"board"
whether card covers are enabled for the project
Response
Updated sprint settings