Skip to content

Commit

Permalink
Automated build docs: 2024-04-17 20:45:26
Browse files Browse the repository at this point in the history
  • Loading branch information
asana-push-openapi-spec[bot] committed Apr 17, 2024
1 parent 7afa327 commit 8390f1f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions defs/asana_oas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4552,6 +4552,16 @@ components:
Sets the project to public to its team.
type: boolean
example: true
privacy_setting:
description: >-
The privacy setting of the project. *Note: Administrators in your organization
may restrict the values of `privacy_setting`.*
type: string
enum:
- public_to_workspace
- private_to_team
- private
example: public_to_workspace
is_strict:
description: >-
*Optional*. If set to `true`, the endpoint returns an "Unprocessable Entity"
Expand Down
10 changes: 10 additions & 0 deletions defs/asana_sdk_oas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18639,6 +18639,16 @@ components:
Sets the project to public to its team.
type: boolean
example: true
privacy_setting:
description: >-
The privacy setting of the project. *Note: Administrators in your organization
may restrict the values of `privacy_setting`.*
type: string
enum:
- public_to_workspace
- private_to_team
- private
example: public_to_workspace
is_strict:
description: >-
*Optional*. If set to `true`, the endpoint returns an "Unprocessable Entity"
Expand Down

0 comments on commit 8390f1f

Please sign in to comment.