Skip to content

Commit bfea759

Browse files
Automated build docs: 2025-07-16 19:47:05
1 parent 2591129 commit bfea759

2 files changed

Lines changed: 31 additions & 0 deletions

File tree

defs/asana_oas.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8437,6 +8437,7 @@ components:
84378437
teams:read: View access to teams
84388438
stories:read: View access to stories
84398439
tags:read: View access to tags
8440+
tags:write: Create and modify access to tags
84408441
webhooks:read: View access to webhooks
84418442
webhooks:write: Create and modify access to webhooks
84428443
workspaces:read: View access to workspaces
@@ -35555,6 +35556,8 @@ paths:
3555535556
post:
3555635557
summary: Create a tag
3555735558
description: |-
35559+
<b>Required scope: </b><code>tags:write</code>
35560+
3555835561
Creates a new tag in a workspace or organization.
3555935562

3556035563
Every tag is required to be created in a specific workspace or
@@ -35629,6 +35632,9 @@ paths:
3562935632
$ref: '#/components/responses/NotFound'
3563035633
500:
3563135634
$ref: '#/components/responses/InternalServerError'
35635+
security:
35636+
- oauth2:
35637+
- tags:write
3563235638
x-readme:
3563335639
code-samples:
3563435640
- language: java
@@ -35943,6 +35949,8 @@ paths:
3594335949
put:
3594435950
summary: Update a tag
3594535951
description: |-
35952+
<b>Required scope: </b><code>tags:write</code>
35953+
3594635954
Updates the properties of a tag. Only the fields provided in the `data`
3594735955
block will be updated; any unspecified fields will remain unchanged.
3594835956

@@ -36017,6 +36025,9 @@ paths:
3601736025
$ref: '#/components/responses/NotFound'
3601836026
500:
3601936027
$ref: '#/components/responses/InternalServerError'
36028+
security:
36029+
- oauth2:
36030+
- tags:write
3602036031
x-readme:
3602136032
code-samples:
3602236033
- language: java
@@ -36672,6 +36683,8 @@ paths:
3667236683
post:
3667336684
summary: Create a tag in a workspace
3667436685
description: |-
36686+
<b>Required scope: </b><code>tags:write</code>
36687+
3667536688
Creates a new tag in a workspace or organization.
3667636689

3667736690
Every tag is required to be created in a specific workspace or
@@ -36746,6 +36759,9 @@ paths:
3674636759
$ref: '#/components/responses/NotFound'
3674736760
500:
3674836761
$ref: '#/components/responses/InternalServerError'
36762+
security:
36763+
- oauth2:
36764+
- tags:write
3674936765
x-readme:
3675036766
code-samples:
3675136767
- language: java

defs/asana_sdk_oas.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49459,6 +49459,8 @@ paths:
4945949459
post:
4946049460
summary: Create a tag
4946149461
description: |-
49462+
<b>Required scope: </b><code>tags:write</code>
49463+
4946249464
Creates a new tag in a workspace or organization.
4946349465

4946449466
Every tag is required to be created in a specific workspace or
@@ -49526,6 +49528,9 @@ paths:
4952649528
$ref: '#/components/responses/NotFound'
4952749529
500:
4952849530
$ref: '#/components/responses/InternalServerError'
49531+
security:
49532+
- oauth2:
49533+
- tags:write
4952949534
/tags/{tag_gid}:
4953049535
parameters:
4953149536
- $ref: '#/components/parameters/tag_path_gid'
@@ -49590,6 +49595,8 @@ paths:
4959049595
put:
4959149596
summary: Update a tag
4959249597
description: |-
49598+
<b>Required scope: </b><code>tags:write</code>
49599+
4959349600
Updates the properties of a tag. Only the fields provided in the `data`
4959449601
block will be updated; any unspecified fields will remain unchanged.
4959549602

@@ -49657,6 +49664,9 @@ paths:
4965749664
$ref: '#/components/responses/NotFound'
4965849665
500:
4965949666
$ref: '#/components/responses/InternalServerError'
49667+
security:
49668+
- oauth2:
49669+
- tags:write
4966049670
delete:
4966149671
summary: Delete a tag
4966249672
description: |-
@@ -49821,6 +49831,8 @@ paths:
4982149831
post:
4982249832
summary: Create a tag in a workspace
4982349833
description: |-
49834+
<b>Required scope: </b><code>tags:write</code>
49835+
4982449836
Creates a new tag in a workspace or organization.
4982549837

4982649838
Every tag is required to be created in a specific workspace or
@@ -49888,6 +49900,9 @@ paths:
4988849900
$ref: '#/components/responses/NotFound'
4988949901
500:
4989049902
$ref: '#/components/responses/InternalServerError'
49903+
security:
49904+
- oauth2:
49905+
- tags:write
4989149906
/task_templates:
4989249907
get:
4989349908
summary: Get multiple task templates

0 commit comments

Comments
 (0)