Skip to content

Commit

Permalink
Automated build docs: 2024-09-23 17:18:50
Browse files Browse the repository at this point in the history
  • Loading branch information
asana-push-openapi-spec[bot] committed Sep 23, 2024
1 parent 4491609 commit 6d58048
Show file tree
Hide file tree
Showing 2 changed files with 97 additions and 0 deletions.
49 changes: 49 additions & 0 deletions defs/asana_oas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7804,6 +7804,7 @@ components:
attachments:write: Create and modify access to attachments
goals:read: View access to goals
tasks:read: View access to tasks
tasks:write: Create and modify access to tasks
tasks:delete: Delete access to tasks
project_templates:read: View access to project templates
projects:delete: Delete access to projects
Expand Down Expand Up @@ -31332,6 +31333,9 @@ paths:
$ref: '#/components/responses/NotFound'
500:
$ref: '#/components/responses/InternalServerError'
security:
- oauth2:
- tasks:write
x-readme:
code-samples:
- language: java
Expand Down Expand Up @@ -37032,6 +37036,9 @@ paths:
$ref: '#/components/responses/NotFound'
500:
$ref: '#/components/responses/InternalServerError'
security:
- oauth2:
- tasks:write
x-readme:
code-samples:
- language: java
Expand Down Expand Up @@ -37753,6 +37760,9 @@ paths:
$ref: '#/components/responses/NotFound'
500:
$ref: '#/components/responses/InternalServerError'
security:
- oauth2:
- tasks:write
x-readme:
code-samples:
- language: java
Expand Down Expand Up @@ -38094,6 +38104,9 @@ paths:
$ref: '#/components/responses/NotFound'
500:
$ref: '#/components/responses/InternalServerError'
security:
- oauth2:
- tasks:write
x-readme:
code-samples:
- language: java
Expand Down Expand Up @@ -40346,6 +40359,9 @@ paths:
$ref: '#/components/responses/NotFound'
500:
$ref: '#/components/responses/InternalServerError'
security:
- oauth2:
- tasks:write
x-readme:
code-samples:
- language: java
Expand Down Expand Up @@ -40714,6 +40730,9 @@ paths:
$ref: '#/components/responses/NotFound'
500:
$ref: '#/components/responses/InternalServerError'
security:
- oauth2:
- tasks:write
x-readme:
code-samples:
- language: java
Expand Down Expand Up @@ -41250,6 +41269,9 @@ paths:
$ref: '#/components/responses/NotFound'
500:
$ref: '#/components/responses/InternalServerError'
security:
- oauth2:
- tasks:write
x-readme:
code-samples:
- language: java
Expand Down Expand Up @@ -41406,6 +41428,9 @@ paths:
$ref: '#/components/responses/NotFound'
500:
$ref: '#/components/responses/InternalServerError'
security:
- oauth2:
- tasks:write
x-readme:
code-samples:
- language: java
Expand Down Expand Up @@ -41939,6 +41964,9 @@ paths:
$ref: '#/components/responses/NotFound'
500:
$ref: '#/components/responses/InternalServerError'
security:
- oauth2:
- tasks:write
x-readme:
code-samples:
- language: java
Expand Down Expand Up @@ -42096,6 +42124,9 @@ paths:
$ref: '#/components/responses/NotFound'
500:
$ref: '#/components/responses/InternalServerError'
security:
- oauth2:
- tasks:write
x-readme:
code-samples:
- language: java
Expand Down Expand Up @@ -42266,6 +42297,9 @@ paths:
$ref: '#/components/responses/NotFound'
500:
$ref: '#/components/responses/InternalServerError'
security:
- oauth2:
- tasks:write
x-readme:
code-samples:
- language: java
Expand Down Expand Up @@ -42424,6 +42458,9 @@ paths:
$ref: '#/components/responses/NotFound'
500:
$ref: '#/components/responses/InternalServerError'
security:
- oauth2:
- tasks:write
x-readme:
code-samples:
- language: java
Expand Down Expand Up @@ -42579,6 +42616,9 @@ paths:
$ref: '#/components/responses/NotFound'
500:
$ref: '#/components/responses/InternalServerError'
security:
- oauth2:
- tasks:write
x-readme:
code-samples:
- language: java
Expand Down Expand Up @@ -42734,6 +42774,9 @@ paths:
$ref: '#/components/responses/NotFound'
500:
$ref: '#/components/responses/InternalServerError'
security:
- oauth2:
- tasks:write
x-readme:
code-samples:
- language: java
Expand Down Expand Up @@ -43102,6 +43145,9 @@ paths:
$ref: '#/components/responses/NotFound'
500:
$ref: '#/components/responses/InternalServerError'
security:
- oauth2:
- tasks:write
x-readme:
code-samples:
- language: java
Expand Down Expand Up @@ -43470,6 +43516,9 @@ paths:
$ref: '#/components/responses/NotFound'
500:
$ref: '#/components/responses/InternalServerError'
security:
- oauth2:
- tasks:write
x-readme:
code-samples:
- language: java
Expand Down
48 changes: 48 additions & 0 deletions defs/asana_sdk_oas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42484,6 +42484,9 @@ paths:
$ref: '#/components/responses/NotFound'
500:
$ref: '#/components/responses/InternalServerError'
security:
- oauth2:
- tasks:write
/projects/{project_gid}/sections/insert:
parameters:
- $ref: '#/components/parameters/project_path_gid'
Expand Down Expand Up @@ -45362,6 +45365,9 @@ paths:
$ref: '#/components/responses/NotFound'
500:
$ref: '#/components/responses/InternalServerError'
security:
- oauth2:
- tasks:write
/tasks/{task_gid}:
parameters:
- $ref: '#/components/parameters/task_path_gid'
Expand Down Expand Up @@ -45841,6 +45847,9 @@ paths:
$ref: '#/components/responses/NotFound'
500:
$ref: '#/components/responses/InternalServerError'
security:
- oauth2:
- tasks:write
delete:
summary: Delete a task
description: |-
Expand Down Expand Up @@ -45939,6 +45948,9 @@ paths:
$ref: '#/components/responses/NotFound'
500:
$ref: '#/components/responses/InternalServerError'
security:
- oauth2:
- tasks:write
/projects/{project_gid}/tasks:
parameters:
- $ref: '#/components/parameters/completed_since'
Expand Down Expand Up @@ -47405,6 +47417,9 @@ paths:
$ref: '#/components/responses/NotFound'
500:
$ref: '#/components/responses/InternalServerError'
security:
- oauth2:
- tasks:write
/tasks/{task_gid}/setParent:
parameters:
- $ref: '#/components/parameters/task_path_gid'
Expand Down Expand Up @@ -47648,6 +47663,9 @@ paths:
$ref: '#/components/responses/NotFound'
500:
$ref: '#/components/responses/InternalServerError'
security:
- oauth2:
- tasks:write
/tasks/{task_gid}/dependencies:
parameters:
- $ref: '#/components/parameters/task_path_gid'
Expand Down Expand Up @@ -47929,6 +47947,9 @@ paths:
$ref: '#/components/responses/NotFound'
500:
$ref: '#/components/responses/InternalServerError'
security:
- oauth2:
- tasks:write
/tasks/{task_gid}/removeDependencies:
parameters:
- $ref: '#/components/parameters/task_path_gid'
Expand Down Expand Up @@ -47963,6 +47984,9 @@ paths:
$ref: '#/components/responses/NotFound'
500:
$ref: '#/components/responses/InternalServerError'
security:
- oauth2:
- tasks:write
/tasks/{task_gid}/dependents:
parameters:
- $ref: '#/components/parameters/task_path_gid'
Expand Down Expand Up @@ -48243,6 +48267,9 @@ paths:
$ref: '#/components/responses/NotFound'
500:
$ref: '#/components/responses/InternalServerError'
security:
- oauth2:
- tasks:write
/tasks/{task_gid}/removeDependents:
parameters:
- $ref: '#/components/parameters/task_path_gid'
Expand Down Expand Up @@ -48278,6 +48305,9 @@ paths:
$ref: '#/components/responses/NotFound'
500:
$ref: '#/components/responses/InternalServerError'
security:
- oauth2:
- tasks:write
/tasks/{task_gid}/addProject:
parameters:
- $ref: '#/components/parameters/task_path_gid'
Expand Down Expand Up @@ -48326,6 +48356,9 @@ paths:
$ref: '#/components/responses/NotFound'
500:
$ref: '#/components/responses/InternalServerError'
security:
- oauth2:
- tasks:write
/tasks/{task_gid}/removeProject:
parameters:
- $ref: '#/components/parameters/task_path_gid'
Expand Down Expand Up @@ -48362,6 +48395,9 @@ paths:
$ref: '#/components/responses/NotFound'
500:
$ref: '#/components/responses/InternalServerError'
security:
- oauth2:
- tasks:write
/tasks/{task_gid}/addTag:
parameters:
- $ref: '#/components/parameters/task_path_gid'
Expand Down Expand Up @@ -48395,6 +48431,9 @@ paths:
$ref: '#/components/responses/NotFound'
500:
$ref: '#/components/responses/InternalServerError'
security:
- oauth2:
- tasks:write
/tasks/{task_gid}/removeTag:
parameters:
- $ref: '#/components/parameters/task_path_gid'
Expand Down Expand Up @@ -48428,6 +48467,9 @@ paths:
$ref: '#/components/responses/NotFound'
500:
$ref: '#/components/responses/InternalServerError'
security:
- oauth2:
- tasks:write
/tasks/{task_gid}/addFollowers:
parameters:
- $ref: '#/components/parameters/task_path_gid'
Expand Down Expand Up @@ -48674,6 +48716,9 @@ paths:
$ref: '#/components/responses/NotFound'
500:
$ref: '#/components/responses/InternalServerError'
security:
- oauth2:
- tasks:write
/tasks/{task_gid}/removeFollowers:
parameters:
- $ref: '#/components/parameters/task_path_gid'
Expand Down Expand Up @@ -48916,6 +48961,9 @@ paths:
$ref: '#/components/responses/NotFound'
500:
$ref: '#/components/responses/InternalServerError'
security:
- oauth2:
- tasks:write
/workspaces/{workspace_gid}/tasks/custom_id/{custom_id}:
parameters:
- $ref: '#/components/parameters/workspace_path_gid'
Expand Down

0 comments on commit 6d58048

Please sign in to comment.