File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -4552,6 +4552,16 @@ components:
4552
4552
Sets the project to public to its team.
4553
4553
type: boolean
4554
4554
example: true
4555
+ privacy_setting:
4556
+ description: >-
4557
+ The privacy setting of the project. *Note: Administrators in your organization
4558
+ may restrict the values of `privacy_setting`.*
4559
+ type: string
4560
+ enum:
4561
+ - public_to_workspace
4562
+ - private_to_team
4563
+ - private
4564
+ example: public_to_workspace
4555
4565
is_strict:
4556
4566
description: >-
4557
4567
*Optional*. If set to `true`, the endpoint returns an "Unprocessable Entity"
Original file line number Diff line number Diff line change @@ -18639,6 +18639,16 @@ components:
18639
18639
Sets the project to public to its team.
18640
18640
type: boolean
18641
18641
example: true
18642
+ privacy_setting:
18643
+ description: >-
18644
+ The privacy setting of the project. *Note: Administrators in your organization
18645
+ may restrict the values of `privacy_setting`.*
18646
+ type: string
18647
+ enum:
18648
+ - public_to_workspace
18649
+ - private_to_team
18650
+ - private
18651
+ example: public_to_workspace
18642
18652
is_strict:
18643
18653
description: >-
18644
18654
*Optional*. If set to `true`, the endpoint returns an "Unprocessable Entity"
You can’t perform that action at this time.
0 commit comments