Get TrackerSprint data
| Name | Type | Description |
|---|---|---|
| id | int | The database ID for the sprint to be retrieved. This is specified in the route, e.g., /api/sprint/:id |
Create or update a TrackerSprint
| Name | Type | Description |
|---|---|---|
| id | int | The int ID for the desired sprint. if it is an update |
| project | int|string | The int ID or unix name for the desired project. |
| sprintStatus | int | Status you want to update for the sprint |
| sprintName | string | Name you want to update for the sprint |
| sprintProgression | string | Progression you want to update for the sprint |
| sprintStart | \date | Start date you want to update for the sprint |
| sprintEnd | \date | End start you want to update for the sprint |
Delete a TrackerSprint
| Name | Type | Description |
|---|---|---|
| id | int | The int ID for the desired sprint |