UpdateTeamRequest

Body for updating a team. All fields are optional. The slug on the system team is immutable; the name is editable.

  • name
    Type: string
    min length:  
    1
    max length:  
    64

    Updated display name.

  • slug
    Type: string

    Updated URL-safe slug. Pattern ^[a-z0-9][a-z0-9-]{0,62}$. Lowercased and trimmed automatically.