# TeamPutSchema

**object**

### specobject [TeamSpecSchemaCreate](https://docs.mediakind.com/api-reference/management-api/schemas/teamspecschemacreate) Required

Team specification.

#### Show 3 propertiesHide 3 properties

- **description**  
  _string_  
  Optional  
  0-256 characters

A description of the team.

- **members**  
  _map from strings to object [TeamMemberSchemaCreate](https://docs.mediakind.com/api-reference/management-api/schemas/teammemberschemacreate)_  
  Optional

The list of members.

#### Show value schemaHide value schema  
  
  `[any key]`  
  _object_  
  
  #### Show 1 propertyHide 1 property  
  
  - **isTeamAdmin**  
    _boolean_  
    Required  
    Does this user have the ability to edit this team

- **scopes**  
  _map from strings to object [TeamScopeSchema](https://docs.mediakind.com/api-reference/management-api/schemas/teamscopeschema)_  
  Optional

The set of scopes this team has access to, and the roles on each.

#### Show value schemaHide value schema  
  
  `[any key]`  
  _object_  
  
  #### Show 1 propertyHide 1 property  
  
  - **roles**  
    _list of strings_  
    Required  
    The names of the roles.
