Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build docs 12/20/2023 - 2 #62

Merged
merged 1 commit into from
Dec 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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