Skip to content

Commit 8390f1f

Browse files
Automated build docs: 2024-04-17 20:45:26
1 parent 7afa327 commit 8390f1f

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

defs/asana_oas.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4552,6 +4552,16 @@ components:
45524552
Sets the project to public to its team.
45534553
type: boolean
45544554
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
45554565
is_strict:
45564566
description: >-
45574567
*Optional*. If set to `true`, the endpoint returns an "Unprocessable Entity"

defs/asana_sdk_oas.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18639,6 +18639,16 @@ components:
1863918639
Sets the project to public to its team.
1864018640
type: boolean
1864118641
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
1864218652
is_strict:
1864318653
description: >-
1864418654
*Optional*. If set to `true`, the endpoint returns an "Unprocessable Entity"

0 commit comments

Comments
 (0)