diff --git a/defs/asana_oas.yaml b/defs/asana_oas.yaml index 2b984b7..fbf06e0 100644 --- a/defs/asana_oas.yaml +++ b/defs/asana_oas.yaml @@ -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: @@ -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: @@ -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: @@ -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 diff --git a/defs/asana_sdk_oas.yaml b/defs/asana_sdk_oas.yaml index c82e40f..5dc16f7 100644 --- a/defs/asana_sdk_oas.yaml +++ b/defs/asana_sdk_oas.yaml @@ -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 @@ -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: @@ -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: @@ -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