UpdateTeamRequest
Body for updating a team. All fields are optional. The slug on the system team is immutable; the name is editable.
- nameType: stringmin length:1max length:64
Updated display name.
- slugType: string
Updated URL-safe slug. Pattern
^[a-z0-9][a-z0-9-]{0,62}$. Lowercased and trimmed automatically.