Skip to content

Commit ca1f917

Browse files
Automated build docs: 2025-04-09 23:57:27
1 parent c3f8f13 commit ca1f917

2 files changed

Lines changed: 18 additions & 8 deletions

File tree

defs/asana_oas.yaml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48696,6 +48696,8 @@ paths:
4869648696
get:
4869748697
summary: Get objects via typeahead
4869848698
description: |-
48699+
<b>Required scope: </b><code>workspace.typeahead:read</code>
48700+
4869948701
Retrieves objects in the workspace based via an auto-completion/typeahead
4870048702
search algorithm. This feature is meant to provide results quickly, so do
4870148703
not rely on this API to provide extremely accurate search results. The
@@ -48779,6 +48781,9 @@ paths:
4877948781
$ref: '#/components/responses/NotFound'
4878048782
500:
4878148783
$ref: '#/components/responses/InternalServerError'
48784+
security:
48785+
- oauth2:
48786+
- workspace.typeahead:read
4878248787
x-readme:
4878348788
code-samples:
4878448789
- language: java
@@ -51884,7 +51889,7 @@ paths:
5188451889
get:
5188551890
summary: Get multiple workspaces
5188651891
description: |-
51887-
<b>Required scope: </b><code>projects:read</code>
51892+
<b>Required scope: </b><code>workspaces:read</code>
5188851893

5188951894
Returns the compact records for all workspaces visible to the authorized user.
5189051895
tags:
@@ -51943,7 +51948,7 @@ paths:
5194351948
$ref: '#/components/responses/InternalServerError'
5194451949
security:
5194551950
- oauth2:
51946-
- projects:read
51951+
- workspaces:read
5194751952
x-readme:
5194851953
code-samples:
5194951954
- language: java
@@ -52067,7 +52072,7 @@ paths:
5206752072
get:
5206852073
summary: Get a workspace
5206952074
description: |-
52070-
<b>Required scope: </b><code>projects:read</code>
52075+
<b>Required scope: </b><code>workspaces:read</code>
5207152076

5207252077
Returns the full workspace record for a single workspace.
5207352078
tags:
@@ -52116,7 +52121,7 @@ paths:
5211652121
$ref: '#/components/responses/InternalServerError'
5211752122
security:
5211852123
- oauth2:
52119-
- projects:read
52124+
- workspaces:read
5212052125
x-readme:
5212152126
code-samples:
5212252127
- language: java

defs/asana_sdk_oas.yaml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55620,6 +55620,8 @@ paths:
5562055620
get:
5562155621
summary: Get objects via typeahead
5562255622
description: |-
55623+
<b>Required scope: </b><code>workspace.typeahead:read</code>
55624+
5562355625
Retrieves objects in the workspace based via an auto-completion/typeahead
5562455626
search algorithm. This feature is meant to provide results quickly, so do
5562555627
not rely on this API to provide extremely accurate search results. The
@@ -55689,6 +55691,9 @@ paths:
5568955691
$ref: '#/components/responses/NotFound'
5569055692
500:
5569155693
$ref: '#/components/responses/InternalServerError'
55694+
security:
55695+
- oauth2:
55696+
- workspace.typeahead:read
5569255697
/user_task_lists/{user_task_list_gid}:
5569355698
parameters:
5569455699
- $ref: '#/components/parameters/user_task_list_path_gid'
@@ -56764,7 +56769,7 @@ paths:
5676456769
get:
5676556770
summary: Get multiple workspaces
5676656771
description: |-
56767-
<b>Required scope: </b><code>projects:read</code>
56772+
<b>Required scope: </b><code>workspaces:read</code>
5676856773

5676956774
Returns the compact records for all workspaces visible to the authorized user.
5677056775
tags:
@@ -56812,14 +56817,14 @@ paths:
5681256817
$ref: '#/components/responses/InternalServerError'
5681356818
security:
5681456819
- oauth2:
56815-
- projects:read
56820+
- workspaces:read
5681656821
/workspaces/{workspace_gid}:
5681756822
parameters:
5681856823
- $ref: '#/components/parameters/workspace_path_gid'
5681956824
get:
5682056825
summary: Get a workspace
5682156826
description: |-
56822-
<b>Required scope: </b><code>projects:read</code>
56827+
<b>Required scope: </b><code>workspaces:read</code>
5682356828

5682456829
Returns the full workspace record for a single workspace.
5682556830
tags:
@@ -56861,7 +56866,7 @@ paths:
5686156866
$ref: '#/components/responses/InternalServerError'
5686256867
security:
5686356868
- oauth2:
56864-
- projects:read
56869+
- workspaces:read
5686556870
put:
5686656871
summary: Update a workspace
5686756872
description: >-

0 commit comments

Comments
 (0)