Update sprint settings
Updates the sprint settings for the specified project
(externally referenced as Space, project_id) within a workspace (team_id).
Documentation Index
Fetch the complete documentation index at: https://superthread.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
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
Sprint settings object
ordered list of statuses for the sprint
length of the sprint in days
7, 14, 21, 28, 35, 42, 49, 56 14
length of the cooldown period in days
0, 7, 14, 21, 28 7
day of the week to start the sprint (0 = Sunday, 1 = Monday, ..., 6 = Saturday)
0, 1, 2, 3, 4, 5, 6 1
whether sprints are enabled for the project
true
board, list, timeline, calendar "board"
whether card covers are enabled for the project
Response
Updated sprint settings