Skip to content

Commit 2422343

Browse files
Automated build docs: 2026-01-21 08:31:52
1 parent 0928941 commit 2422343

3 files changed

Lines changed: 20 additions & 10 deletions

File tree

defs/asana_oas.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28685,6 +28685,7 @@ paths:
2868528685

2868628686
Returns the compact project records for some filtered set of projects. Use one or more of the parameters provided to filter the projects returned.
2868728687
*Note: This endpoint may timeout for large domains. Try filtering by team!*
28688+
**The `team` filter is deprecated.** Please use `GET /memberships` with `{ member: team, resource_subtype: project_membership }` to find projects shared with a team.
2868828689
tags:
2868928690
- Projects
2869028691
operationId: getProjects
@@ -28700,10 +28701,14 @@ paths:
2870028701
example: '1331'
2870128702
- name: team
2870228703
in: query
28703-
description: The team to filter projects on.
28704+
description: >-
28705+
**Deprecated.** The team to filter projects on. Please use `GET /memberships`
28706+
with
28707+
`{ member: team, resource_subtype: project_membership }` instead.
2870428708
schema:
2870528709
type: string
2870628710
example: '14916'
28711+
deprecated: true
2870728712
- $ref: '#/components/parameters/archived_query_param'
2870828713
- name: opt_fields
2870928714
in: query

defs/asana_postman_collection.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39673,7 +39673,7 @@
3967339673
"type": "string",
3967439674
"disabled": true,
3967539675
"description": {
39676-
"content": "The team to filter projects on.",
39676+
"content": "**Deprecated.** The team to filter projects on. Please use `GET /memberships` with `{ member: team, resource_subtype: project_membership }` instead.",
3967739677
"type": "text/markdown"
3967839678
}
3967939679
},
@@ -39701,7 +39701,7 @@
3970139701
},
3970239702
"body": null,
3970339703
"description": {
39704-
"content": "<b>Required scope: </b><code>projects:read</code>\n\nReturns the compact project records for some filtered set of projects. Use one or more of the parameters provided to filter the projects returned.\n*Note: This endpoint may timeout for large domains. Try filtering by team!*\n\n## Response Body:\n\n| Field | Type | Enum Values | Description |\n|-------|------|-------------|-------------|\n| `data` | array[object] | | |\n| `data[].gid` | string | | Globally unique identifier of the resource, as a string. |\n| `data[].resource_type` | string | | The base type of this resource. |\n| `data[].name` | string | | Name of the project. This is generally a short sentence fragment that fits on a line in the UI for maximum readability. However, it can be longer. |\n| `next_page` | object | | *Conditional*. This property is only present when a limit query parameter is provided in the request. When making a paginated request, the API will return a number of results as specified by the limit parameter. If more results exist, then the response will contain a next_page attribute, which will include an offset, a relative path attribute, and a full uri attribute. If there are no more pages available, next_page will be null and no offset will be provided. Note that an offset token will expire after some time, as data may have changed. |\n| `next_page.offset` | string | | Pagination offset for the request. |\n| `next_page.path` | string | | A relative path containing the query parameters to fetch for next_page |\n| `next_page.uri` | string(uri) | | A full uri containing the query parameters to fetch for next_page |",
39704+
"content": "<b>Required scope: </b><code>projects:read</code>\n\nReturns the compact project records for some filtered set of projects. Use one or more of the parameters provided to filter the projects returned.\n*Note: This endpoint may timeout for large domains. Try filtering by team!*\n**The `team` filter is deprecated.** Please use `GET /memberships` with `{ member: team, resource_subtype: project_membership }` to find projects shared with a team.\n\n## Response Body:\n\n| Field | Type | Enum Values | Description |\n|-------|------|-------------|-------------|\n| `data` | array[object] | | |\n| `data[].gid` | string | | Globally unique identifier of the resource, as a string. |\n| `data[].resource_type` | string | | The base type of this resource. |\n| `data[].name` | string | | Name of the project. This is generally a short sentence fragment that fits on a line in the UI for maximum readability. However, it can be longer. |\n| `next_page` | object | | *Conditional*. This property is only present when a limit query parameter is provided in the request. When making a paginated request, the API will return a number of results as specified by the limit parameter. If more results exist, then the response will contain a next_page attribute, which will include an offset, a relative path attribute, and a full uri attribute. If there are no more pages available, next_page will be null and no offset will be provided. Note that an offset token will expire after some time, as data may have changed. |\n| `next_page.offset` | string | | Pagination offset for the request. |\n| `next_page.path` | string | | A relative path containing the query parameters to fetch for next_page |\n| `next_page.uri` | string(uri) | | A full uri containing the query parameters to fetch for next_page |",
3970539705
"type": "text/markdown"
3970639706
}
3970739707
},
@@ -39765,7 +39765,7 @@
3976539765
"type": "string",
3976639766
"disabled": true,
3976739767
"description": {
39768-
"content": "The team to filter projects on.",
39768+
"content": "**Deprecated.** The team to filter projects on. Please use `GET /memberships` with `{ member: team, resource_subtype: project_membership }` instead.",
3976939769
"type": "text/markdown"
3977039770
}
3977139771
},
@@ -39873,7 +39873,7 @@
3987339873
"type": "string",
3987439874
"disabled": true,
3987539875
"description": {
39876-
"content": "The team to filter projects on.",
39876+
"content": "**Deprecated.** The team to filter projects on. Please use `GET /memberships` with `{ member: team, resource_subtype: project_membership }` instead.",
3987739877
"type": "text/markdown"
3987839878
}
3987939879
},
@@ -39981,7 +39981,7 @@
3998139981
"type": "string",
3998239982
"disabled": true,
3998339983
"description": {
39984-
"content": "The team to filter projects on.",
39984+
"content": "**Deprecated.** The team to filter projects on. Please use `GET /memberships` with `{ member: team, resource_subtype: project_membership }` instead.",
3998539985
"type": "text/markdown"
3998639986
}
3998739987
},
@@ -40089,7 +40089,7 @@
4008940089
"type": "string",
4009040090
"disabled": true,
4009140091
"description": {
40092-
"content": "The team to filter projects on.",
40092+
"content": "**Deprecated.** The team to filter projects on. Please use `GET /memberships` with `{ member: team, resource_subtype: project_membership }` instead.",
4009340093
"type": "text/markdown"
4009440094
}
4009540095
},
@@ -40197,7 +40197,7 @@
4019740197
"type": "string",
4019840198
"disabled": true,
4019940199
"description": {
40200-
"content": "The team to filter projects on.",
40200+
"content": "**Deprecated.** The team to filter projects on. Please use `GET /memberships` with `{ member: team, resource_subtype: project_membership }` instead.",
4020140201
"type": "text/markdown"
4020240202
}
4020340203
},
@@ -40305,7 +40305,7 @@
4030540305
"type": "string",
4030640306
"disabled": true,
4030740307
"description": {
40308-
"content": "The team to filter projects on.",
40308+
"content": "**Deprecated.** The team to filter projects on. Please use `GET /memberships` with `{ member: team, resource_subtype: project_membership }` instead.",
4030940309
"type": "text/markdown"
4031040310
}
4031140311
},

defs/asana_sdk_oas.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51746,6 +51746,7 @@ paths:
5174651746

5174751747
Returns the compact project records for some filtered set of projects. Use one or more of the parameters provided to filter the projects returned.
5174851748
*Note: This endpoint may timeout for large domains. Try filtering by team!*
51749+
**The `team` filter is deprecated.** Please use `GET /memberships` with `{ member: team, resource_subtype: project_membership }` to find projects shared with a team.
5174951750
tags:
5175051751
- Projects
5175151752
operationId: getProjects
@@ -51761,10 +51762,14 @@ paths:
5176151762
example: '1331'
5176251763
- name: team
5176351764
in: query
51764-
description: The team to filter projects on.
51765+
description: >-
51766+
**Deprecated.** The team to filter projects on. Please use `GET /memberships`
51767+
with
51768+
`{ member: team, resource_subtype: project_membership }` instead.
5176551769
schema:
5176651770
type: string
5176751771
example: '14916'
51772+
deprecated: true
5176851773
- $ref: '#/components/parameters/archived_query_param'
5176951774
- name: opt_fields
5177051775
in: query

0 commit comments

Comments
 (0)