Skip to content

Commit

Permalink
Automated build docs: 2024-08-27 02:27:10
Browse files Browse the repository at this point in the history
  • Loading branch information
asana-push-openapi-spec[bot] committed Aug 27, 2024
1 parent 8cf8fef commit b0f36f0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions defs/asana_oas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7428,6 +7428,7 @@ components:
tasks:read: View access to tasks
tasks:delete: Delete access to tasks
projects:read: View access to projects
projects:delete: Delete access to projects
users:read: View access to users
stories:read: View access to stories
paths:
Expand Down Expand Up @@ -24963,6 +24964,9 @@ paths:
$ref: '#/components/responses/NotFound'
500:
$ref: '#/components/responses/InternalServerError'
security:
- oauth2:
- projects:delete
x-readme:
code-samples:
- language: java
Expand Down
3 changes: 3 additions & 0 deletions defs/asana_sdk_oas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39058,6 +39058,9 @@ paths:
$ref: '#/components/responses/NotFound'
500:
$ref: '#/components/responses/InternalServerError'
security:
- oauth2:
- projects:delete
/projects/{project_gid}/duplicate:
parameters:
- $ref: '#/components/parameters/project_path_gid'
Expand Down

0 comments on commit b0f36f0

Please sign in to comment.