Skip to content

Commit 536e0fd

Browse files
Automated build docs: 2026-05-20 23:40:18
1 parent 2074344 commit 536e0fd

3 files changed

Lines changed: 7 additions & 5 deletions

File tree

defs/asana_oas.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ info:
2020
url: https://www.apache.org/licenses/LICENSE-2.0
2121
version: '1.0'
2222
x-docs-schema-whitelist:
23+
- AgentCompact
24+
- AgentResponse
2325
- AsanaResource
2426
- AsanaNamedResource
2527
- AuditLogEvent
@@ -10725,8 +10727,7 @@ paths:
1072510727
summary: Get a list of agents in a workspace
1072610728
description: >-
1072710729
Returns the compact records of agents (AI Teammates) configured. Use `opt_fields`
10728-
to request additional fields.
10729-
in the workspace.
10730+
to request additional fields in the workspace.
1073010731
tags:
1073110732
- Agents
1073210733
operationId: getAgentsForWorkspace

defs/asana_postman_collection.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1737,7 +1737,7 @@
17371737
},
17381738
"body": null,
17391739
"description": {
1740-
"content": "Returns the compact records of agents (AI Teammates) configured. Use `opt_fields` to request additional fields. in the workspace.\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[].resource_subtype` | string | `asana_teammate` | The subtype of the agent. `asana_teammate` is an Asana-built teammate. |\n| `data[].name` | string | | The display name of the agent. |\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 |",
1740+
"content": "Returns the compact records of agents (AI Teammates) configured. Use `opt_fields` to request additional fields in the workspace.\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[].resource_subtype` | string | `asana_teammate` | The subtype of the agent. `asana_teammate` is an Asana-built teammate. |\n| `data[].name` | string | | The display name of the agent. |\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 |",
17411741
"type": "text/markdown"
17421742
}
17431743
},

defs/asana_sdk_oas.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ info:
2121
url: https://www.apache.org/licenses/LICENSE-2.0
2222
version: '1.0'
2323
x-docs-schema-whitelist:
24+
- AgentCompact
25+
- AgentResponse
2426
- AsanaResource
2527
- AsanaNamedResource
2628
- AuditLogEvent
@@ -46782,8 +46784,7 @@ paths:
4678246784
summary: Get a list of agents in a workspace
4678346785
description: >-
4678446786
Returns the compact records of agents (AI Teammates) configured. Use `opt_fields`
46785-
to request additional fields.
46786-
in the workspace.
46787+
to request additional fields in the workspace.
4678746788
tags:
4678846789
- Agents
4678946790
operationId: getAgentsForWorkspace

0 commit comments

Comments
 (0)