Skip to main content

Update board classification

POST 

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

Updates board classification for an existing board.

Required scope

boards: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
    board_id stringrequired

    Unique identifier of the board that you want to update.

    Example: o9J_kzlUDmo=

Body

required

    labelId string

    Data classification label id

Responses

Board classification

Schema

    color string

    Label color.

    description string

    Label description.

    id string

    Label id.

    name string

    Label name.

    sharingRecommendation string

    Sharing Recommendation (one of NO_SHARING_RESTRICTIONS, ONLY_WITHIN_ORGANIZATION, ONLY_WITHIN_TEAM or ONLY_WITH_AUTHORIZED_TEAM_MEMBERS ).

    guidelineUrl string

    Indicates the URL for the board classification label guidelines.

    type string

    Default value: board-data-classification-label

    Type of the object returned.

Loading...