Skip to main content

Bulk update boards classification

PATCH 

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

Updates board classification for not-classified only or all boards in an existing team.

Required scope

boards:write

Rate limiting

Level 4

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

    labelId int64

    Data classification label id for team

    notClassifiedOnly boolean

    Assign data classification label to not-classified only or to all boards of team

Responses

Number of updated boards

Schema

    numberUpdatedBoards int64

    Number of boards updated in the team

    type string

    Default value: boards-data-classification-label-changed

    Type of the object returned.

Loading...