Skip to content

Commit

Permalink
Automated build docs: 2024-08-05 21:44:12
Browse files Browse the repository at this point in the history
  • Loading branch information
asana-push-openapi-spec[bot] committed Aug 5, 2024
1 parent f97a83e commit 61adf42
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
19 changes: 19 additions & 0 deletions defs/asana_oas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7351,6 +7351,7 @@ components:
OpenID Connect user info endpoint.
tasks:read: Read access to tasks
tasks:delete: Delete access to tasks
projects:read: Read access to projects
paths:
/allocations/{allocation_gid}:
parameters:
Expand Down Expand Up @@ -23448,6 +23449,9 @@ paths:
$ref: '#/components/responses/NotFound'
500:
$ref: '#/components/responses/InternalServerError'
security:
- oauth2:
- projects:read
x-readme:
code-samples:
- language: java
Expand Down Expand Up @@ -24274,6 +24278,9 @@ paths:
$ref: '#/components/responses/NotFound'
500:
$ref: '#/components/responses/InternalServerError'
security:
- oauth2:
- projects:read
x-readme:
code-samples:
- language: java
Expand Down Expand Up @@ -25440,6 +25447,9 @@ paths:
$ref: '#/components/responses/NotFound'
500:
$ref: '#/components/responses/InternalServerError'
security:
- oauth2:
- projects:read
x-readme:
code-samples:
- language: java
Expand Down Expand Up @@ -25858,6 +25868,9 @@ paths:
$ref: '#/components/responses/NotFound'
500:
$ref: '#/components/responses/InternalServerError'
security:
- oauth2:
- projects:read
x-readme:
code-samples:
- language: java
Expand Down Expand Up @@ -26693,6 +26706,9 @@ paths:
$ref: '#/components/responses/NotFound'
500:
$ref: '#/components/responses/InternalServerError'
security:
- oauth2:
- projects:read
x-readme:
code-samples:
- language: java
Expand Down Expand Up @@ -27725,6 +27741,9 @@ paths:
$ref: '#/components/responses/NotFound'
500:
$ref: '#/components/responses/InternalServerError'
security:
- oauth2:
- projects:read
x-readme:
code-samples:
- language: java
Expand Down
18 changes: 18 additions & 0 deletions defs/asana_sdk_oas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37739,6 +37739,9 @@ paths:
$ref: '#/components/responses/NotFound'
500:
$ref: '#/components/responses/InternalServerError'
security:
- oauth2:
- projects:read
post:
summary: Create a project
description: |-
Expand Down Expand Up @@ -38313,6 +38316,9 @@ paths:
$ref: '#/components/responses/NotFound'
500:
$ref: '#/components/responses/InternalServerError'
security:
- oauth2:
- projects:read
put:
summary: Update a project
description: |-
Expand Down Expand Up @@ -38986,6 +38992,9 @@ paths:
$ref: '#/components/responses/NotFound'
500:
$ref: '#/components/responses/InternalServerError'
security:
- oauth2:
- projects:read
/teams/{team_gid}/projects:
parameters:
- $ref: '#/components/parameters/team_path_gid'
Expand Down Expand Up @@ -39274,6 +39283,9 @@ paths:
$ref: '#/components/responses/NotFound'
500:
$ref: '#/components/responses/InternalServerError'
security:
- oauth2:
- projects:read
post:
summary: Create a project in a team
description: |-
Expand Down Expand Up @@ -39853,6 +39865,9 @@ paths:
$ref: '#/components/responses/NotFound'
500:
$ref: '#/components/responses/InternalServerError'
security:
- oauth2:
- projects:read
post:
summary: Create a project in a workspace
description: |-
Expand Down Expand Up @@ -40381,6 +40396,9 @@ paths:
$ref: '#/components/responses/NotFound'
500:
$ref: '#/components/responses/InternalServerError'
security:
- oauth2:
- projects:read
/projects/{project_gid}/addMembers:
parameters:
- $ref: '#/components/parameters/project_path_gid'
Expand Down

0 comments on commit 61adf42

Please sign in to comment.