Skip to content

Commit

Permalink
Automated build docs: 2024-09-04 16:57:31
Browse files Browse the repository at this point in the history
  • Loading branch information
asana-push-openapi-spec[bot] committed Sep 4, 2024
1 parent 824552f commit fe39ec9
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
10 changes: 10 additions & 0 deletions defs/asana_oas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7431,6 +7431,7 @@ components:
projects:read: View access to projects
projects:write: Create and modify access to projects
users:read: View access to users
teams:read: View access to teams
stories:read: View access to stories
workspaces:read: View access to workspaces
paths:
Expand Down Expand Up @@ -45303,6 +45304,9 @@ paths:
$ref: '#/components/responses/NotFound'
500:
$ref: '#/components/responses/InternalServerError'
security:
- oauth2:
- teams:read
x-readme:
code-samples:
- language: java
Expand Down Expand Up @@ -45704,6 +45708,9 @@ paths:
$ref: '#/components/responses/NotFound'
500:
$ref: '#/components/responses/InternalServerError'
security:
- oauth2:
- teams:read
x-readme:
code-samples:
- language: java
Expand Down Expand Up @@ -45918,6 +45925,9 @@ paths:
$ref: '#/components/responses/NotFound'
500:
$ref: '#/components/responses/InternalServerError'
security:
- oauth2:
- teams:read
x-readme:
code-samples:
- language: java
Expand Down
9 changes: 9 additions & 0 deletions defs/asana_sdk_oas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50033,6 +50033,9 @@ paths:
$ref: '#/components/responses/NotFound'
500:
$ref: '#/components/responses/InternalServerError'
security:
- oauth2:
- teams:read
put:
summary: Update a team
description: |-
Expand Down Expand Up @@ -50183,6 +50186,9 @@ paths:
$ref: '#/components/responses/NotFound'
500:
$ref: '#/components/responses/InternalServerError'
security:
- oauth2:
- teams:read
/users/{user_gid}/teams:
parameters:
- $ref: '#/components/parameters/user_path_gid'
Expand Down Expand Up @@ -50265,6 +50271,9 @@ paths:
$ref: '#/components/responses/NotFound'
500:
$ref: '#/components/responses/InternalServerError'
security:
- oauth2:
- teams:read
/teams/{team_gid}/addUser:
parameters:
- $ref: '#/components/parameters/team_path_gid'
Expand Down

0 comments on commit fe39ec9

Please sign in to comment.