Skip to content

Commit

Permalink
Automated build docs: 2024-09-03 21:04:07
Browse files Browse the repository at this point in the history
  • Loading branch information
asana-push-openapi-spec[bot] committed Sep 3, 2024
1 parent 62ef9d7 commit 824552f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
7 changes: 7 additions & 0 deletions defs/asana_oas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7432,6 +7432,7 @@ components:
projects:write: Create and modify access to projects
users:read: View access to users
stories:read: View access to stories
workspaces:read: View access to workspaces
paths:
/allocations/{allocation_gid}:
parameters:
Expand Down Expand Up @@ -50791,6 +50792,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 @@ -50960,6 +50964,9 @@ paths:
$ref: '#/components/responses/NotFound'
500:
$ref: '#/components/responses/InternalServerError'
security:
- oauth2:
- projects:read
x-readme:
code-samples:
- language: java
Expand Down
6 changes: 6 additions & 0 deletions defs/asana_sdk_oas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52042,6 +52042,9 @@ paths:
$ref: '#/components/responses/NotFound'
500:
$ref: '#/components/responses/InternalServerError'
security:
- oauth2:
- projects:read
/workspaces/{workspace_gid}:
parameters:
- $ref: '#/components/parameters/workspace_path_gid'
Expand Down Expand Up @@ -52087,6 +52090,9 @@ paths:
$ref: '#/components/responses/NotFound'
500:
$ref: '#/components/responses/InternalServerError'
security:
- oauth2:
- projects:read
put:
summary: Update a workspace
description: >-
Expand Down

0 comments on commit 824552f

Please sign in to comment.