Updateable properties for a WebApiTeam.

interface UpdateTeam {
    description?: string;
    name?: string;
}

Properties

Properties

description?: string

New description for the team.

name?: string

New name for the team.