Skip to content

Commit

Permalink
Automated build docs: 2024-07-19 21:55:57
Browse files Browse the repository at this point in the history
  • Loading branch information
asana-push-openapi-spec[bot] committed Jul 19, 2024
1 parent 38a6319 commit d3e51ed
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 0 deletions.
34 changes: 34 additions & 0 deletions defs/asana_oas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7335,6 +7335,7 @@ components:
profile: >-
Provides access to the user’s name and profile photo through the
OpenID Connect user info endpoint.
tasks:read: Read access to tasks
paths:
/allocations/{allocation_gid}:
parameters:
Expand Down Expand Up @@ -36045,6 +36046,9 @@ paths:
$ref: '#/components/responses/NotFound'
500:
$ref: '#/components/responses/InternalServerError'
security:
- oauth2:
- tasks:read
x-readme:
code-samples:
- language: java
Expand Down Expand Up @@ -36776,6 +36780,9 @@ paths:
$ref: '#/components/responses/NotFound'
500:
$ref: '#/components/responses/InternalServerError'
security:
- oauth2:
- tasks:read
x-readme:
code-samples:
- language: java
Expand Down Expand Up @@ -37851,6 +37858,9 @@ paths:
$ref: '#/components/responses/NotFound'
500:
$ref: '#/components/responses/InternalServerError'
security:
- oauth2:
- tasks:read
x-readme:
code-samples:
- language: java
Expand Down Expand Up @@ -38225,6 +38235,9 @@ paths:
$ref: '#/components/responses/NotFound'
500:
$ref: '#/components/responses/InternalServerError'
security:
- oauth2:
- tasks:read
x-readme:
code-samples:
- language: java
Expand Down Expand Up @@ -38598,6 +38611,9 @@ paths:
$ref: '#/components/responses/NotFound'
500:
$ref: '#/components/responses/InternalServerError'
security:
- oauth2:
- tasks:read
x-readme:
code-samples:
- language: java
Expand Down Expand Up @@ -38979,6 +38995,9 @@ paths:
$ref: '#/components/responses/NotFound'
500:
$ref: '#/components/responses/InternalServerError'
security:
- oauth2:
- tasks:read
x-readme:
code-samples:
- language: java
Expand Down Expand Up @@ -39353,6 +39372,9 @@ paths:
$ref: '#/components/responses/NotFound'
500:
$ref: '#/components/responses/InternalServerError'
security:
- oauth2:
- tasks:read
x-readme:
code-samples:
- language: java
Expand Down Expand Up @@ -40455,6 +40477,9 @@ paths:
$ref: '#/components/responses/NotFound'
500:
$ref: '#/components/responses/InternalServerError'
security:
- oauth2:
- tasks:read
x-readme:
code-samples:
- language: java
Expand Down Expand Up @@ -41141,6 +41166,9 @@ paths:
$ref: '#/components/responses/NotFound'
500:
$ref: '#/components/responses/InternalServerError'
security:
- oauth2:
- tasks:read
x-readme:
code-samples:
- language: java
Expand Down Expand Up @@ -42963,6 +42991,9 @@ paths:
tags:
- Tasks
operationId: getTaskForCustomID
security:
- oauth2:
- tasks:read
responses:
200:
description: >-
Expand Down Expand Up @@ -43754,6 +43785,9 @@ paths:
$ref: '#/components/responses/NotFound'
500:
$ref: '#/components/responses/InternalServerError'
security:
- oauth2:
- tasks:read
x-readme:
code-samples:
- language: java
Expand Down
33 changes: 33 additions & 0 deletions defs/asana_sdk_oas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44573,6 +44573,9 @@ paths:
$ref: '#/components/responses/NotFound'
500:
$ref: '#/components/responses/InternalServerError'
security:
- oauth2:
- tasks:read
post:
summary: Create a task
description: |-
Expand Down Expand Up @@ -45047,6 +45050,9 @@ paths:
$ref: '#/components/responses/NotFound'
500:
$ref: '#/components/responses/InternalServerError'
security:
- oauth2:
- tasks:read
put:
summary: Update a task
description: |-
Expand Down Expand Up @@ -45630,6 +45636,9 @@ paths:
$ref: '#/components/responses/NotFound'
500:
$ref: '#/components/responses/InternalServerError'
security:
- oauth2:
- tasks:read
/sections/{section_gid}/tasks:
parameters:
- $ref: '#/components/parameters/section_path_gid'
Expand Down Expand Up @@ -45871,6 +45880,9 @@ paths:
$ref: '#/components/responses/NotFound'
500:
$ref: '#/components/responses/InternalServerError'
security:
- oauth2:
- tasks:read
/tags/{tag_gid}/tasks:
parameters:
- $ref: '#/components/parameters/tag_path_gid'
Expand Down Expand Up @@ -46111,6 +46123,9 @@ paths:
$ref: '#/components/responses/NotFound'
500:
$ref: '#/components/responses/InternalServerError'
security:
- oauth2:
- tasks:read
/user_task_lists/{user_task_list_gid}/tasks:
parameters:
- $ref: '#/components/parameters/completed_since'
Expand Down Expand Up @@ -46361,6 +46376,9 @@ paths:
$ref: '#/components/responses/NotFound'
500:
$ref: '#/components/responses/InternalServerError'
security:
- oauth2:
- tasks:read
/tasks/{task_gid}/subtasks:
parameters:
- $ref: '#/components/parameters/task_path_gid'
Expand Down Expand Up @@ -46600,6 +46618,9 @@ paths:
$ref: '#/components/responses/NotFound'
500:
$ref: '#/components/responses/InternalServerError'
security:
- oauth2:
- tasks:read
post:
summary: Create a subtask
description: >-
Expand Down Expand Up @@ -47323,6 +47344,9 @@ paths:
$ref: '#/components/responses/NotFound'
500:
$ref: '#/components/responses/InternalServerError'
security:
- oauth2:
- tasks:read
/tasks/{task_gid}/addDependencies:
parameters:
- $ref: '#/components/parameters/task_path_gid'
Expand Down Expand Up @@ -47635,6 +47659,9 @@ paths:
$ref: '#/components/responses/NotFound'
500:
$ref: '#/components/responses/InternalServerError'
security:
- oauth2:
- tasks:read
/tasks/{task_gid}/addDependents:
parameters:
- $ref: '#/components/parameters/task_path_gid'
Expand Down Expand Up @@ -48355,6 +48382,9 @@ paths:
tags:
- Tasks
operationId: getTaskForCustomID
security:
- oauth2:
- tasks:read
responses:
200:
$ref: '#/components/responses/TaskResponseData'
Expand Down Expand Up @@ -49091,6 +49121,9 @@ paths:
$ref: '#/components/responses/NotFound'
500:
$ref: '#/components/responses/InternalServerError'
security:
- oauth2:
- tasks:read
/team_memberships/{team_membership_gid}:
parameters:
- $ref: '#/components/parameters/team_membership_path_gid'
Expand Down

0 comments on commit d3e51ed

Please sign in to comment.