Skip to main content

Update team settings

PATCH 

/v2/orgs/:org_id/teams/:team_id/data-classification-settings

Updates board classification settings for an existing team.

Required scope

organizations:teams:write

Rate limiting

Level 2

Enterprise only

This API is available only for Enterprise plan users. You can only use this endpoint if you have the role of a Company Admin. You can request temporary access to Enterprise APIs using this form.

Request

Path Parameters

    org_id stringrequired

    id of the organization

    Example: 3074457345821141000
    team_id stringrequired

    id of the team

    Example: 3074457345618265000

Body

required

    defaultLabelId int64

    Data classification default label id

    enabled boolean

    Data classification enabled for team

Responses

Team board classification settings

Schema

    defaultLabelId string

    Data classification default label id

    enabled boolean

    Data classification enabled for team

    type string

    Default value: team-data-classification-settings

    Type of the object returned.

Loading...