Skip to content

Commit

Permalink
Automated build docs: 2024-08-23 22:39:28
Browse files Browse the repository at this point in the history
  • Loading branch information
asana-push-openapi-spec[bot] committed Aug 23, 2024
1 parent 137698b commit 8cf8fef
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 @@ -7429,6 +7429,7 @@ components:
tasks:delete: Delete access to tasks
projects:read: View access to projects
users:read: View access to users
stories:read: View access to stories
paths:
/allocations/{allocation_gid}:
parameters:
Expand Down Expand Up @@ -32284,6 +32285,9 @@ paths:
$ref: '#/components/responses/NotFound'
500:
$ref: '#/components/responses/InternalServerError'
security:
- oauth2:
- stories:read
x-readme:
code-samples:
- language: java
Expand Down Expand Up @@ -33305,6 +33309,9 @@ paths:
$ref: '#/components/responses/NotFound'
500:
$ref: '#/components/responses/InternalServerError'
security:
- oauth2:
- stories: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 @@ -43058,6 +43058,9 @@ paths:
$ref: '#/components/responses/NotFound'
500:
$ref: '#/components/responses/InternalServerError'
security:
- oauth2:
- stories:read
put:
summary: Update a story
description: >-
Expand Down Expand Up @@ -43716,6 +43719,9 @@ paths:
$ref: '#/components/responses/NotFound'
500:
$ref: '#/components/responses/InternalServerError'
security:
- oauth2:
- stories:read
post:
summary: Create a story on a task
description: |-
Expand Down

0 comments on commit 8cf8fef

Please sign in to comment.