Skip to content

Commit 748fa96

Browse files
Automated build docs: 2025-12-19 13:16:00
1 parent 6aecc33 commit 748fa96

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

defs/asana_oas.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1910,7 +1910,7 @@ components:
19101910
format: uri
19111911
readOnly: true
19121912
nullable: true
1913-
example: https://s3.amazonaws.com/assets/123/Screenshot.png
1913+
example: https://s3.amazonaws.com/assets/1234/Screenshot.png
19141914
permanent_url:
19151915
description: >-
19161916
A stable URL for accessing the attachment through the Asana web application.

defs/asana_postman_collection.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4601,7 +4601,7 @@
46014601
"value": "application/json"
46024602
}
46034603
],
4604-
"body": "{\n \"data\": {\n \"gid\": \"12345\",\n \"resource_type\": \"attachment\",\n \"name\": \"Screenshot.png\",\n \"resource_subtype\": \"dropbox\",\n \"created_at\": \"2012-02-22T02:06:58.147Z\",\n \"download_url\": \"https://s3.amazonaws.com/assets/123/Screenshot.png\",\n \"permanent_url\": \"https://app.asana.com/app/asana/-/get_asset?asset_id=1234567890\",\n \"host\": \"dropbox\",\n \"parent\": {\n \"gid\": \"12345\",\n \"resource_type\": \"task\",\n \"name\": \"Bug Task\",\n \"resource_subtype\": \"default_task\",\n \"created_by\": {\n \"gid\": \"1111\",\n \"resource_type\": \"user\"\n }\n },\n \"size\": 12345,\n \"view_url\": \"https://www.dropbox.com/s/123/Screenshot.png\",\n \"connected_to_app\": false\n }\n}",
4604+
"body": "{\n \"data\": {\n \"gid\": \"12345\",\n \"resource_type\": \"attachment\",\n \"name\": \"Screenshot.png\",\n \"resource_subtype\": \"dropbox\",\n \"created_at\": \"2012-02-22T02:06:58.147Z\",\n \"download_url\": \"https://s3.amazonaws.com/assets/1234/Screenshot.png\",\n \"permanent_url\": \"https://app.asana.com/app/asana/-/get_asset?asset_id=1234567890\",\n \"host\": \"dropbox\",\n \"parent\": {\n \"gid\": \"12345\",\n \"resource_type\": \"task\",\n \"name\": \"Bug Task\",\n \"resource_subtype\": \"default_task\",\n \"created_by\": {\n \"gid\": \"1111\",\n \"resource_type\": \"user\"\n }\n },\n \"size\": 12345,\n \"view_url\": \"https://www.dropbox.com/s/123/Screenshot.png\",\n \"connected_to_app\": false\n }\n}",
46054605
"_postman_previewlanguage": "json"
46064606
},
46074607
{
@@ -6456,7 +6456,7 @@
64566456
"value": "application/json"
64576457
}
64586458
],
6459-
"body": "{\n \"data\": {\n \"gid\": \"12345\",\n \"resource_type\": \"attachment\",\n \"name\": \"Screenshot.png\",\n \"resource_subtype\": \"dropbox\",\n \"created_at\": \"2012-02-22T02:06:58.147Z\",\n \"download_url\": \"https://s3.amazonaws.com/assets/123/Screenshot.png\",\n \"permanent_url\": \"https://app.asana.com/app/asana/-/get_asset?asset_id=1234567890\",\n \"host\": \"dropbox\",\n \"parent\": {\n \"gid\": \"12345\",\n \"resource_type\": \"task\",\n \"name\": \"Bug Task\",\n \"resource_subtype\": \"default_task\",\n \"created_by\": {\n \"gid\": \"1111\",\n \"resource_type\": \"user\"\n }\n },\n \"size\": 12345,\n \"view_url\": \"https://www.dropbox.com/s/123/Screenshot.png\",\n \"connected_to_app\": false\n }\n}",
6459+
"body": "{\n \"data\": {\n \"gid\": \"12345\",\n \"resource_type\": \"attachment\",\n \"name\": \"Screenshot.png\",\n \"resource_subtype\": \"dropbox\",\n \"created_at\": \"2012-02-22T02:06:58.147Z\",\n \"download_url\": \"https://s3.amazonaws.com/assets/1234/Screenshot.png\",\n \"permanent_url\": \"https://app.asana.com/app/asana/-/get_asset?asset_id=1234567890\",\n \"host\": \"dropbox\",\n \"parent\": {\n \"gid\": \"12345\",\n \"resource_type\": \"task\",\n \"name\": \"Bug Task\",\n \"resource_subtype\": \"default_task\",\n \"created_by\": {\n \"gid\": \"1111\",\n \"resource_type\": \"user\"\n }\n },\n \"size\": 12345,\n \"view_url\": \"https://www.dropbox.com/s/123/Screenshot.png\",\n \"connected_to_app\": false\n }\n}",
64606460
"_postman_previewlanguage": "json"
64616461
},
64626462
{

defs/asana_sdk_oas.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3187,7 +3187,7 @@ components:
31873187
format: uri
31883188
readOnly: true
31893189
nullable: true
3190-
example: https://s3.amazonaws.com/assets/123/Screenshot.png
3190+
example: https://s3.amazonaws.com/assets/1234/Screenshot.png
31913191
permanent_url:
31923192
description: >-
31933193
A stable URL for accessing the attachment through the Asana web application.

0 commit comments

Comments
 (0)