Teams

Create a team associated with a product

post/products/{product_id}/teams

Path parameters

product_idstring required

ProductId identifier

Request body

Example request

{
  "team": {
    "automatically_calculate_team_members_count": true
  }
}

Response

Successful operation

Changes

No recorded changes to this endpoint across all 5 revisions of this API.