{
"id": 1,
"name": "Name of the team",
"slackChannel": "Team's slack channel",
"suites": Array of suites the team owns,
"sortOrder": "Number representing the order teams
appear in the dropdowns"
}
Param | Input | Output |
---|---|---|
where | MongoDB style query object | All teams that match the query |
Param | Input | Output |
---|---|---|
where | MongoDB style query object | All teams that match the query |
{
"label": "String that shows in dropdowns",
"value": "Value used when filtering and saving"
}