Skip to main content
POST
Create a new sprint

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

team_id
string
required

Team ID is an alphanumerical string that identifies a Team. This is externally referred to as a "Workspace".

Body

application/json

Sprint object that needs to be created

project_id
string
required
Example:

"2"

title
string
Example:

"Sprint 1"

content
string
Example:

"This is the first sprint"

Response

sprint created

sprint
object