Skip to content

Commit

Permalink
Build docs 12/20/2023 - 2
Browse files Browse the repository at this point in the history
  • Loading branch information
jv-asana committed Dec 20, 2023
1 parent 7c26eed commit 0dec678
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 20 deletions.
17 changes: 7 additions & 10 deletions defs/asana_oas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3237,8 +3237,7 @@ components:
format: uri
readOnly: true
description: A full uri containing the query parameters to fetch for next_page
example:
https://app.asana.com/api/1.0/tasks/12345/attachments?limit=2&offset=eyJ0eXAiOJiKV1iQLCJhbGciOiJIUzI1NiJ9
example: https://app.asana.com/api/1.0/tasks/12345/attachments?limit=2&offset=eyJ0eXAiOJiKV1iQLCJhbGciOiJIUzI1NiJ9
OrganizationExportBase:
$ref: '#/components/schemas/OrganizationExportCompact'
OrganizationExportCompact:
Expand Down Expand Up @@ -3847,8 +3846,7 @@ components:

- task_tags
type: string
pattern:
([members|notes|forms|task_notes|task_assignee|task_subtasks|task_attachments|task_dates|task_dependencies|task_followers|task_tags|task_projects])(,\1)*
pattern: ([members|notes|forms|task_notes|task_assignee|task_subtasks|task_attachments|task_dates|task_dependencies|task_followers|task_tags|task_projects])(,\1)*
example:
- members,notes,forms,task_notes,task_assignee,task_subtasks,task_attachments,task_dates,task_dependencies,task_followers,task_tags,task_projects
schedule_dates:
Expand Down Expand Up @@ -5923,8 +5921,7 @@ components:

- tags
type: string
pattern:
([notes|assignee|subtasks|attachments|tags|followers|projects|dates|dependencies|parent])(,\1)*
pattern: ([notes|assignee|subtasks|attachments|tags|followers|projects|dates|dependencies|parent])(,\1)*
example:
- notes,assignee,subtasks,attachments,tags,followers,projects,dates,dependencies,parent
TaskRemoveFollowersRequest:
Expand Down Expand Up @@ -13669,10 +13666,10 @@ paths:
- $ref: '#/components/parameters/pretty'
post:
summary: Remove a collaborator from a goal
description: "Removes followers from a goal. Returns the goal the followers
were removed from.\nEach goal can be associated with zero or more followers
in the system.\nRequests to add/remove followers, if successful, will return
the complete updated goal record, described above."
description: "Removes followers from a goal. Returns the goal the followers\
\ were removed from.\nEach goal can be associated with zero or more followers\
\ in the system.\nRequests to add/remove followers, if successful, will return\
\ the complete updated goal record, described above."
tags:
- Goals
operationId: removeFollowers
Expand Down
17 changes: 7 additions & 10 deletions defs/asana_sdk_oas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8648,8 +8648,7 @@ components:
format: uri
readOnly: true
description: A full uri containing the query parameters to fetch for next_page
example:
https://app.asana.com/api/1.0/tasks/12345/attachments?limit=2&offset=eyJ0eXAiOJiKV1iQLCJhbGciOiJIUzI1NiJ9
example: https://app.asana.com/api/1.0/tasks/12345/attachments?limit=2&offset=eyJ0eXAiOJiKV1iQLCJhbGciOiJIUzI1NiJ9
OrganizationExportBase:
description: >-
A generic Asana Resource, containing a globally unique identifier.A generic
Expand Down Expand Up @@ -12401,8 +12400,7 @@ components:

- task_tags
type: string
pattern:
([members|notes|forms|task_notes|task_assignee|task_subtasks|task_attachments|task_dates|task_dependencies|task_followers|task_tags|task_projects])(,\1)*
pattern: ([members|notes|forms|task_notes|task_assignee|task_subtasks|task_attachments|task_dates|task_dependencies|task_followers|task_tags|task_projects])(,\1)*
example:
- members,notes,forms,task_notes,task_assignee,task_subtasks,task_attachments,task_dates,task_dependencies,task_followers,task_tags,task_projects
schedule_dates:
Expand Down Expand Up @@ -23465,8 +23463,7 @@ components:

- tags
type: string
pattern:
([notes|assignee|subtasks|attachments|tags|followers|projects|dates|dependencies|parent])(,\1)*
pattern: ([notes|assignee|subtasks|attachments|tags|followers|projects|dates|dependencies|parent])(,\1)*
example:
- notes,assignee,subtasks,attachments,tags,followers,projects,dates,dependencies,parent
TaskRemoveFollowersRequest:
Expand Down Expand Up @@ -32718,10 +32715,10 @@ paths:
- $ref: '#/components/parameters/goal_path_gid'
post:
summary: Remove a collaborator from a goal
description: "Removes followers from a goal. Returns the goal the followers
were removed from.\nEach goal can be associated with zero or more followers
in the system.\nRequests to add/remove followers, if successful, will return
the complete updated goal record, described above."
description: "Removes followers from a goal. Returns the goal the followers\
\ were removed from.\nEach goal can be associated with zero or more followers\
\ in the system.\nRequests to add/remove followers, if successful, will return\
\ the complete updated goal record, described above."
tags:
- Goals
operationId: removeFollowers
Expand Down

0 comments on commit 0dec678

Please sign in to comment.