Skip to content

Commit c038085

Browse files
Automated build docs: 2026-03-09 23:11:41
1 parent 6652596 commit c038085

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

defs/asana_oas.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55917,7 +55917,7 @@ paths:
5591755917
get:
5591855918
summary: Get objects via typeahead
5591955919
description: |-
55920-
<b>Required scope: </b><code>workspace.typeahead:read</code>
55920+
<b>Required scope: </b><code>workspaces.typeahead:read</code>
5592155921

5592255922
Retrieves objects in the workspace based via an auto-completion/typeahead
5592355923
search algorithm. This feature is meant to provide results quickly, so do
@@ -56005,7 +56005,7 @@ paths:
5600556005
security:
5600656006
- personalAccessToken: []
5600756007
- oauth2:
56008-
- workspace.typeahead:read
56008+
- workspaces.typeahead:read
5600956009
x-readme:
5601056010
code-samples:
5601156011
- language: java

defs/asana_postman_collection.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107533,7 +107533,7 @@
107533107533
},
107534107534
"body": null,
107535107535
"description": {
107536-
"content": "<b>Required scope: </b><code>workspace.typeahead:read</code>\n\nRetrieves objects in the workspace based via an auto-completion/typeahead\nsearch algorithm. This feature is meant to provide results quickly, so do\nnot rely on this API to provide extremely accurate search results. The\nresult set is limited to a single page of results with a maximum size, so\nyou won’t be able to fetch large numbers of results.\n\nThe typeahead search API provides search for objects from a single\nworkspace. This endpoint should be used to query for objects when\ncreating an auto-completion/typeahead search feature. This API is meant\nto provide results quickly and should not be relied upon for accurate or\nexhaustive search results. The results sets are limited in size and\ncannot be paginated.\n\nQueries return a compact representation of each object which is typically\nthe gid and name fields. Interested in a specific set of fields or all of\nthe fields?! Of course you are. Use field selectors to manipulate what\ndata is included in a response.\n\nResources with type `user` are returned in order of most contacted to\nleast contacted. This is determined by task assignments, adding the user\nto projects, and adding the user as a follower to tasks, messages,\netc.\n\nResources with type `project` are returned in order of recency. This is\ndetermined when the user visits the project, is added to the project, and\ncompletes tasks in the project.\n\nResources with type `task` are returned with priority placed on tasks\nthe user is following, but no guarantee on the order of those tasks.\n\nResources with type `project_template` are returned with priority\nplaced on favorited project templates.\n\nLeaving the `query` string empty or omitted will give you results, still\nfollowing the resource ordering above. This could be used to list users or\nprojects that are relevant for the requesting user's api token.\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 | | The name of the object. |",
107536+
"content": "<b>Required scope: </b><code>workspaces.typeahead:read</code>\n\nRetrieves objects in the workspace based via an auto-completion/typeahead\nsearch algorithm. This feature is meant to provide results quickly, so do\nnot rely on this API to provide extremely accurate search results. The\nresult set is limited to a single page of results with a maximum size, so\nyou won’t be able to fetch large numbers of results.\n\nThe typeahead search API provides search for objects from a single\nworkspace. This endpoint should be used to query for objects when\ncreating an auto-completion/typeahead search feature. This API is meant\nto provide results quickly and should not be relied upon for accurate or\nexhaustive search results. The results sets are limited in size and\ncannot be paginated.\n\nQueries return a compact representation of each object which is typically\nthe gid and name fields. Interested in a specific set of fields or all of\nthe fields?! Of course you are. Use field selectors to manipulate what\ndata is included in a response.\n\nResources with type `user` are returned in order of most contacted to\nleast contacted. This is determined by task assignments, adding the user\nto projects, and adding the user as a follower to tasks, messages,\netc.\n\nResources with type `project` are returned in order of recency. This is\ndetermined when the user visits the project, is added to the project, and\ncompletes tasks in the project.\n\nResources with type `task` are returned with priority placed on tasks\nthe user is following, but no guarantee on the order of those tasks.\n\nResources with type `project_template` are returned with priority\nplaced on favorited project templates.\n\nLeaving the `query` string empty or omitted will give you results, still\nfollowing the resource ordering above. This could be used to list users or\nprojects that are relevant for the requesting user's api token.\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 | | The name of the object. |",
107537107537
"type": "text/markdown"
107538107538
}
107539107539
},

defs/asana_sdk_oas.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68429,7 +68429,7 @@ paths:
6842968429
get:
6843068430
summary: Get objects via typeahead
6843168431
description: |-
68432-
<b>Required scope: </b><code>workspace.typeahead:read</code>
68432+
<b>Required scope: </b><code>workspaces.typeahead:read</code>
6843368433

6843468434
Retrieves objects in the workspace based via an auto-completion/typeahead
6843568435
search algorithm. This feature is meant to provide results quickly, so do
@@ -68502,7 +68502,7 @@ paths:
6850268502
$ref: '#/components/responses/InternalServerError'
6850368503
security:
6850468504
- oauth2:
68505-
- workspace.typeahead:read
68505+
- workspaces.typeahead:read
6850668506
/user_task_lists/{user_task_list_gid}:
6850768507
parameters:
6850868508
- $ref: '#/components/parameters/user_task_list_path_gid'

0 commit comments

Comments
 (0)