Skip to main content

Update project settings

PATCH 

/v2/orgs/:org_id/teams/:team_id/projects/:project_id/settings

Updates the settings of a project.

Required scope

projects:write

Rate limiting

Level 1

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

    The ID of the organization to which the project belongs.

    Example: 3074457345618265000
    team_id stringrequired

    The ID of the team to which the project belongs.

    Example: 3074457345619012000
    project_id stringrequired

    The ID of the project whose settings you want to update.

    Example: 3074457345618265000

Body

required

    sharingPolicySettings

    object

    teamAccess TeamAccess (string)

    Possible values: [private, view]

    Default value: private

    Team access

    • "private": Only the members of the project can access the information within the project.
    • "view": Anyone in the team can view the information in within the project.

Responses

Project object

Schema

    sharingPolicySettings

    object

    required

    teamAccess TeamAccess (string)

    Possible values: [private, view]

    Default value: private

    Team access

    • "private": Only the members of the project can access the information within the project.
    • "view": Anyone in the team can view the information in within the project.
    type stringrequired

    Default value: project_settings

    Type of the object

Loading...