Create a team
POST
/
teams
Request Body
application/json
Requiredcreate team body
name
Requiredstring
Display name of team
Minimum length:
1
namespace
string
unique name for team, derived from name if not provided
Pattern:
"^[a-z0-9-]+$"
Header Parameters
Authorization
Requiredstring
Value: "Bearer <token>"; visit the "User Settings" page in the DevZero dashboard to generate a token
OK