Skip to content

Commit

Permalink
Automated build docs: 2024-09-05 22:27:53
Browse files Browse the repository at this point in the history
  • Loading branch information
asana-push-openapi-spec[bot] committed Sep 5, 2024
1 parent a30dc4d commit 8c0ff4a
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 @@ -7426,6 +7426,7 @@ components:
profile: >-
Provides access to the user’s name and profile photo through the
OpenID Connect user info endpoint.
attachments:write: Create and modify access to attachments
tasks:read: View access to tasks
tasks:delete: Delete access to tasks
projects:delete: Delete access to projects
Expand Down Expand Up @@ -8848,6 +8849,9 @@ paths:
$ref: '#/components/responses/NotFound'
500:
$ref: '#/components/responses/InternalServerError'
security:
- oauth2:
- attachments:write
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 @@ -31736,6 +31736,9 @@ paths:
$ref: '#/components/responses/NotFound'
500:
$ref: '#/components/responses/InternalServerError'
security:
- oauth2:
- attachments:write
/workspaces/{workspace_gid}/audit_log_events:
parameters:
- $ref: '#/components/parameters/workspace_path_gid'
Expand Down

0 comments on commit 8c0ff4a

Please sign in to comment.