Skip to content

Commit

Permalink
Build September 29th.
Browse files Browse the repository at this point in the history
  • Loading branch information
aw-asana committed Sep 29, 2023
1 parent c0f03bd commit f8bb88f
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
14 changes: 13 additions & 1 deletion defs/asana_oas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6976,6 +6976,13 @@ components:
*Deprecated:* A *workspace* is the highest-level organizational
unit in Asana. All
projects and tasks have an associated workspace.
MembershipUpdateRequest:
type: object
properties:
role:
description: The role given to the member. Can be `editor` or `commenter`.
type: string
example: editor
MembershipRequest:
type: object
properties:
Expand All @@ -6997,6 +7004,11 @@ components:
description: The gid of the `goal`
type: string
example: '987654'
role:
description: The role given to the member. Optional argument, will default
to commenter. Can be `editor` or `commenter`.
type: string
example: editor
MembershipResponse:
anyOf:
- $ref: '#/components/schemas/GoalMembershipResponse'
Expand Down Expand Up @@ -14487,7 +14499,7 @@ paths:
data:
$ref: '#/components/schemas/CreateMembershipRequest'
responses:
200:
201:
description: >-
Successfully created the requested membership.
content:
Expand Down
14 changes: 13 additions & 1 deletion defs/asana_sdk_oas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28712,6 +28712,13 @@ components:
deprecated: true
readOnly: true
x-docs-overrides: *id033
MembershipUpdateRequest:
type: object
properties:
role:
description: The role given to the member. Can be `editor` or `commenter`.
type: string
example: editor
MembershipRequest:
type: object
properties:
Expand All @@ -28736,6 +28743,11 @@ components:
description: The gid of the `goal`
type: string
example: '987654'
role:
description: The role given to the member. Optional argument, will default
to commenter. Can be `editor` or `commenter`.
type: string
example: editor
MembershipResponse:
anyOf:
- description: >-
Expand Down Expand Up @@ -33098,7 +33110,7 @@ paths:
data:
$ref: '#/components/schemas/CreateMembershipRequest'
responses:
200:
201:
$ref: '#/components/responses/MembershipResponseData'
400:
$ref: '#/components/responses/BadRequest'
Expand Down

0 comments on commit f8bb88f

Please sign in to comment.