# Teams

Teams API

## Create a team.

 - [POST /teams/v1/create](https://developers.calamari.dev/remote/calamari-public-openapi/teams/createteam.md): Create a team.

## Get all teams.

 - [POST /teams/v1/all](https://developers.calamari.dev/remote/calamari-public-openapi/teams/getteams.md): Get all teams.

## Remove chosen team.

 - [POST /teams/v1/remove](https://developers.calamari.dev/remote/calamari-public-openapi/teams/removeteam.md): Remove chosen team.Expect error codes:INVALID_REQUEST - when invalid team provided

## Update chosen team.

 - [POST /teams/v1/update](https://developers.calamari.dev/remote/calamari-public-openapi/teams/updateteam.md): Update chosen team.Expect error codes:INVALID_REQUEST - when invalid team data provided

