Skip to content

Commit

Permalink
Automated build docs: 2025-03-07 18:45:09
Browse files Browse the repository at this point in the history
  • Loading branch information
asana-push-openapi-spec[bot] committed Mar 7, 2025
1 parent 80fa025 commit 7d1d657
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
8 changes: 7 additions & 1 deletion defs/asana_oas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1742,11 +1742,17 @@ components:
attachments of type `external`.
type: string
connect_to_app:
description: >
description: |-
*Optional*. Only relevant for external attachments with a parent task.
A boolean indicating whether the current app should be connected with
the attachment for the purposes of showing an app components widget.
Requires the app to have been added to a project the parent task is in.
This property can only be set if an OAuth token is used to authenticate the request.

Criteria for displaying app widget:
1. An OAuth token must be used to authenticate the request
2. The app needs to have its `widget_metadata_url` configured in the developer console
3. The task the attachment is being attached to must be in a project with the app installed
type: boolean
AttachmentResponse:
allOf:
Expand Down
8 changes: 7 additions & 1 deletion defs/asana_sdk_oas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2893,11 +2893,17 @@ components:
attachments of type `external`.
type: string
connect_to_app:
description: >
description: |-
*Optional*. Only relevant for external attachments with a parent task.
A boolean indicating whether the current app should be connected with
the attachment for the purposes of showing an app components widget.
Requires the app to have been added to a project the parent task is in.
This property can only be set if an OAuth token is used to authenticate the request.

Criteria for displaying app widget:
1. An OAuth token must be used to authenticate the request
2. The app needs to have its `widget_metadata_url` configured in the developer console
3. The task the attachment is being attached to must be in a project with the app installed
type: boolean
AttachmentResponse:
description: >-
Expand Down

0 comments on commit 7d1d657

Please sign in to comment.