Skip to content

Commit

Permalink
Automated build docs: 2024-09-18 23:58:01
Browse files Browse the repository at this point in the history
  • Loading branch information
asana-push-openapi-spec[bot] committed Sep 18, 2024
1 parent b4d3bcf commit 59929da
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 @@ -7448,6 +7448,7 @@ components:
attachments:write: Create and modify access to attachments
tasks:read: View access to tasks
tasks:delete: Delete access to tasks
project_templates:read: View access to project templates
projects:delete: Delete access to projects
projects:read: View access to projects
projects:write: Create and modify access to projects
Expand Down Expand Up @@ -22438,6 +22439,9 @@ paths:
$ref: '#/components/responses/NotFound'
500:
$ref: '#/components/responses/InternalServerError'
security:
- oauth2:
- project_templates:read
x-readme:
code-samples:
- language: java
Expand Down Expand Up @@ -22741,6 +22745,9 @@ paths:
$ref: '#/components/responses/NotFound'
500:
$ref: '#/components/responses/InternalServerError'
security:
- oauth2:
- project_templates:read
x-readme:
code-samples:
- language: java
Expand Down Expand Up @@ -22948,6 +22955,9 @@ paths:
$ref: '#/components/responses/NotFound'
500:
$ref: '#/components/responses/InternalServerError'
security:
- oauth2:
- project_templates: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 @@ -37627,6 +37627,9 @@ paths:
$ref: '#/components/responses/NotFound'
500:
$ref: '#/components/responses/InternalServerError'
security:
- oauth2:
- project_templates:read
delete:
summary: Delete a project template
description: |-
Expand Down Expand Up @@ -37725,6 +37728,9 @@ paths:
$ref: '#/components/responses/NotFound'
500:
$ref: '#/components/responses/InternalServerError'
security:
- oauth2:
- project_templates:read
/teams/{team_gid}/project_templates:
parameters:
- $ref: '#/components/parameters/team_path_gid'
Expand Down Expand Up @@ -37799,6 +37805,9 @@ paths:
$ref: '#/components/responses/NotFound'
500:
$ref: '#/components/responses/InternalServerError'
security:
- oauth2:
- project_templates:read
/project_templates/{project_template_gid}/instantiateProject:
parameters:
- $ref: '#/components/parameters/project_template_path_gid'
Expand Down

0 comments on commit 59929da

Please sign in to comment.