Skip to content

Commit ea7d130

Browse files
Automated build docs: 2026-04-08 21:02:12
1 parent c38c354 commit ea7d130

3 files changed

Lines changed: 1 addition & 5 deletions

File tree

defs/asana_oas.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32923,7 +32923,6 @@ paths:
3292332923
<b>Required scope: </b><code>projects:read</code>
3292432924

3292532925
Returns the compact project records for all projects in the team.
32926-
*Deprecated: This endpoint is deprecated. Use `GET /memberships` with `member` set to the team GID and `resource_subtype` set to `project_membership` to fetch projects shared with a team.*
3292732926
tags:
3292832927
- Projects
3292932928
operationId: getProjectsForTeam
@@ -33225,7 +33224,6 @@ paths:
3322533224
$ref: '#/components/responses/NotFound'
3322633225
500:
3322733226
$ref: '#/components/responses/InternalServerError'
33228-
deprecated: true
3322933227
security:
3323033228
- personalAccessToken: []
3323133229
- oauth2:

defs/asana_postman_collection.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54369,7 +54369,7 @@
5436954369
},
5437054370
"body": null,
5437154371
"description": {
54372-
"content": "<b>Required scope: </b><code>projects:read</code>\n\nReturns the compact project records for all projects in the team.\n*Deprecated: This endpoint is deprecated. Use `GET /memberships` with `member` set to the team GID and `resource_subtype` set to `project_membership` to fetch 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 |",
54372+
"content": "<b>Required scope: </b><code>projects:read</code>\n\nReturns the compact project records for all projects in the 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 |",
5437354373
"type": "text/markdown"
5437454374
}
5437554375
},

defs/asana_sdk_oas.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56438,7 +56438,6 @@ paths:
5643856438
<b>Required scope: </b><code>projects:read</code>
5643956439

5644056440
Returns the compact project records for all projects in the team.
56441-
*Deprecated: This endpoint is deprecated. Use `GET /memberships` with `member` set to the team GID and `resource_subtype` set to `project_membership` to fetch projects shared with a team.*
5644256441
tags:
5644356442
- Projects
5644456443
operationId: getProjectsForTeam
@@ -56729,7 +56728,6 @@ paths:
5672956728
$ref: '#/components/responses/NotFound'
5673056729
500:
5673156730
$ref: '#/components/responses/InternalServerError'
56732-
deprecated: true
5673356731
security:
5673456732
- oauth2:
5673556733
- projects:read

0 commit comments

Comments
 (0)