diff --git a/defs/asana_oas.yaml b/defs/asana_oas.yaml index aa011b1..2b984b7 100644 --- a/defs/asana_oas.yaml +++ b/defs/asana_oas.yaml @@ -3237,7 +3237,8 @@ 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: @@ -3846,7 +3847,8 @@ 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: @@ -5921,7 +5923,8 @@ 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: @@ -7228,6 +7231,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -7267,6 +7271,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling AttachmentsApi->get_attachment: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -7366,6 +7371,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -7402,6 +7408,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling AttachmentsApi->delete_attachment: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -7586,6 +7593,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -7628,6 +7636,7 @@ paths: pprint(data) except ApiException as e: print("Exception when calling AttachmentsApi->get_attachments_for_object: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -7809,6 +7818,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: python install: pip install asana code: |- @@ -7838,6 +7848,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling AttachmentsApi->create_attachment_for_object: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -8018,6 +8029,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -8065,6 +8077,7 @@ paths: pprint(data) except ApiException as e: print("Exception when calling AuditLogAPIApi->get_audit_log_events: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -8204,6 +8217,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -8244,6 +8258,7 @@ paths: pprint(data) except ApiException as e: print("Exception when calling BatchAPIApi->create_batch_request: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -8474,6 +8489,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -8516,6 +8532,7 @@ paths: pprint(data) except ApiException as e: print("Exception when calling CustomFieldSettingsApi->get_custom_field_settings_for_project: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -8742,6 +8759,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -8784,6 +8802,7 @@ paths: pprint(data) except ApiException as e: print("Exception when calling CustomFieldSettingsApi->get_custom_field_settings_for_portfolio: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -9002,6 +9021,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -9041,6 +9061,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling CustomFieldsApi->create_custom_field: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -9247,6 +9268,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -9286,6 +9308,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling CustomFieldsApi->get_custom_field: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -9508,6 +9531,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -9548,6 +9572,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling CustomFieldsApi->update_custom_field: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -9652,6 +9677,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -9688,6 +9714,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling CustomFieldsApi->delete_custom_field: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -9901,6 +9928,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -9943,6 +9971,7 @@ paths: pprint(data) except ApiException as e: print("Exception when calling CustomFieldsApi->get_custom_fields_for_workspace: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -10089,6 +10118,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -10129,6 +10159,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling CustomFieldsApi->create_enum_option_for_custom_field: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -10271,6 +10302,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -10311,6 +10343,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling CustomFieldsApi->insert_enum_option_for_custom_field: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -10462,6 +10495,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -10502,6 +10536,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling CustomFieldsApi->update_enum_option: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -10733,6 +10768,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -10774,6 +10810,7 @@ paths: pprint(data) except ApiException as e: print("Exception when calling EventsApi->get_events: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -10909,6 +10946,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: python install: pip install asana code: |- @@ -10933,6 +10971,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling GoalRelationshipsApi->get_goal_relationship: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -11083,6 +11122,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: python install: pip install asana code: |- @@ -11108,6 +11148,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling GoalRelationshipsApi->update_goal_relationship: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -11273,6 +11314,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: python install: pip install asana code: |- @@ -11301,6 +11343,7 @@ paths: pprint(data) except ApiException as e: print("Exception when calling GoalRelationshipsApi->get_goal_relationships: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -11452,6 +11495,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: python install: pip install asana code: |- @@ -11477,6 +11521,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling GoalRelationshipsApi->add_supporting_relationship: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -11592,6 +11637,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: python install: pip install asana code: |- @@ -11615,6 +11661,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling GoalRelationshipsApi->remove_supporting_relationship: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -11814,6 +11861,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -11853,6 +11901,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling GoalsApi->get_goal: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -12063,6 +12112,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -12103,6 +12153,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling GoalsApi->update_goal: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -12204,6 +12255,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -12240,6 +12292,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling GoalsApi->delete_goal: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -12503,6 +12556,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -12550,6 +12604,7 @@ paths: pprint(data) except ApiException as e: print("Exception when calling GoalsApi->get_goals: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -12759,6 +12814,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -12797,6 +12853,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling GoalsApi->create_goal: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -13010,6 +13067,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -13050,6 +13108,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling GoalsApi->create_goal_metric: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -13265,6 +13324,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -13305,6 +13365,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling GoalsApi->update_goal_metric: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -13522,6 +13583,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -13562,6 +13624,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling GoalsApi->add_followers: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -13606,10 +13669,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 @@ -13776,6 +13839,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -13816,6 +13880,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling GoalsApi->remove_followers: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -14017,6 +14082,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -14057,6 +14123,7 @@ paths: pprint(data) except ApiException as e: print("Exception when calling GoalsApi->get_parent_goals_for_goal: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -14200,6 +14267,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -14239,6 +14307,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling JobsApi->get_job: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -14377,6 +14446,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: python install: pip install asana code: |- @@ -14405,6 +14475,7 @@ paths: pprint(data) except ApiException as e: print("Exception when calling MembershipsApi->get_memberships: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -14504,6 +14575,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: python install: pip install asana code: |- @@ -14527,6 +14599,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling MembershipsApi->create_membership: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -14647,6 +14720,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: python install: pip install asana code: |- @@ -14671,6 +14745,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling MembershipsApi->get_membership: %s\n" % e) + name: python-sdk-v5 delete: summary: Delete a membership description: |- @@ -14721,6 +14796,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: python install: pip install asana code: |- @@ -14743,6 +14819,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling MembershipsApi->delete_membership: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -14883,6 +14960,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -14922,6 +15000,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling OrganizationExportsApi->create_organization_export: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -15051,6 +15130,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -15090,6 +15170,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling OrganizationExportsApi->get_organization_export: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -15239,6 +15320,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -15283,6 +15365,7 @@ paths: pprint(data) except ApiException as e: print("Exception when calling PortfolioMembershipsApi->get_portfolio_memberships: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -15411,6 +15494,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -15450,6 +15534,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling PortfolioMembershipsApi->get_portfolio_membership: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -15597,6 +15682,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -15640,6 +15726,7 @@ paths: pprint(data) except ApiException as e: print("Exception when calling PortfolioMembershipsApi->get_portfolio_memberships_for_portfolio: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -15980,6 +16067,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -16023,6 +16111,7 @@ paths: pprint(data) except ApiException as e: print("Exception when calling PortfoliosApi->get_portfolios: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -16341,6 +16430,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -16380,6 +16470,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling PortfoliosApi->create_portfolio: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -16682,6 +16773,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -16721,6 +16813,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling PortfoliosApi->get_portfolio: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -17037,6 +17130,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -17077,6 +17171,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling PortfoliosApi->update_portfolio: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -17177,6 +17272,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -17213,6 +17309,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling PortfoliosApi->delete_portfolio: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -17585,6 +17682,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -17627,6 +17725,7 @@ paths: pprint(data) except ApiException as e: print("Exception when calling PortfoliosApi->get_items_for_portfolio: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -17744,6 +17843,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -17782,6 +17882,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling PortfoliosApi->add_item_for_portfolio: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -17898,6 +17999,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -17936,6 +18038,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling PortfoliosApi->remove_item_for_portfolio: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -18052,6 +18155,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -18090,6 +18194,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling PortfoliosApi->add_custom_field_setting_for_portfolio: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -18205,6 +18310,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -18243,6 +18349,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling PortfoliosApi->remove_custom_field_setting_for_portfolio: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -18562,6 +18669,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -18602,6 +18710,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling PortfoliosApi->add_members_for_portfolio: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -18921,6 +19030,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -18961,6 +19071,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling PortfoliosApi->remove_members_for_portfolio: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -19102,6 +19213,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -19141,6 +19253,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling ProjectBriefsApi->get_project_brief: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -19287,6 +19400,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -19327,6 +19441,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling ProjectBriefsApi->update_project_brief: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -19428,6 +19543,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -19464,6 +19580,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling ProjectBriefsApi->delete_project_brief: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -19612,6 +19729,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -19652,6 +19770,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling ProjectBriefsApi->create_project_brief: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -19792,6 +19911,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -19831,6 +19951,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling ProjectMembershipsApi->get_project_membership: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -19980,6 +20101,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -20023,6 +20145,7 @@ paths: pprint(data) except ApiException as e: print("Exception when calling ProjectMembershipsApi->get_project_memberships_for_project: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -20165,6 +20288,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -20204,6 +20328,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling ProjectStatusesApi->get_project_status: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -20307,6 +20432,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -20343,6 +20469,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling ProjectStatusesApi->delete_project_status: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -20500,6 +20627,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -20542,6 +20670,7 @@ paths: pprint(data) except ApiException as e: print("Exception when calling ProjectStatusesApi->get_project_statuses_for_project: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -20695,6 +20824,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -20735,6 +20865,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling ProjectStatusesApi->create_project_status_for_project: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -20881,6 +21012,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -20920,6 +21052,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling ProjectTemplatesApi->get_project_template: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -21010,6 +21143,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: python install: pip install asana code: |- @@ -21032,6 +21166,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling ProjectTemplatesApi->delete_project_template: %s\n" % e) + name: python-sdk-v5 /project_templates: parameters: - $ref: '#/components/parameters/pretty' @@ -21158,6 +21293,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -21201,6 +21337,7 @@ paths: pprint(data) except ApiException as e: print("Exception when calling ProjectTemplatesApi->get_project_templates: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -21361,6 +21498,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -21403,6 +21541,7 @@ paths: pprint(data) except ApiException as e: print("Exception when calling ProjectTemplatesApi->get_project_templates_for_team: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -21575,6 +21714,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -21615,6 +21755,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling ProjectTemplatesApi->instantiate_project: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -22009,6 +22150,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -22053,6 +22195,7 @@ paths: pprint(data) except ApiException as e: print("Exception when calling ProjectsApi->get_projects: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -22430,6 +22573,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -22469,6 +22613,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling ProjectsApi->create_project: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -22827,6 +22972,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -22866,6 +23012,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling ProjectsApi->get_project: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -23242,6 +23389,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -23282,6 +23430,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling ProjectsApi->update_project: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -23382,6 +23531,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -23418,6 +23568,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling ProjectsApi->delete_project: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -23573,6 +23724,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -23613,6 +23765,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling ProjectsApi->duplicate_project: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -23987,6 +24140,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -24029,6 +24183,7 @@ paths: pprint(data) except ApiException as e: print("Exception when calling ProjectsApi->get_projects_for_task: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -24404,6 +24559,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -24447,6 +24603,7 @@ paths: pprint(data) except ApiException as e: print("Exception when calling ProjectsApi->get_projects_for_team: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -24817,6 +24974,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -24857,6 +25015,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling ProjectsApi->create_project_for_team: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -25236,6 +25395,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -25279,6 +25439,7 @@ paths: pprint(data) except ApiException as e: print("Exception when calling ProjectsApi->get_projects_for_workspace: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -25654,6 +25815,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -25694,6 +25856,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling ProjectsApi->create_project_for_workspace: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -25916,6 +26079,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -25956,6 +26120,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling ProjectsApi->add_custom_field_setting_for_project: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -26071,6 +26236,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -26109,6 +26275,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling ProjectsApi->remove_custom_field_setting_for_project: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -26254,6 +26421,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -26293,6 +26461,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling ProjectsApi->get_task_counts_for_project: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -26672,6 +26841,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -26712,6 +26882,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling ProjectsApi->add_members_for_project: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -27086,6 +27257,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -27126,6 +27298,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling ProjectsApi->remove_members_for_project: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -27504,6 +27677,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -27544,6 +27718,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling ProjectsApi->add_followers_for_project: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -27919,6 +28094,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -27959,6 +28135,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling ProjectsApi->remove_followers_for_project: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -28121,6 +28298,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -28161,6 +28339,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling ProjectsApi->project_save_as_template: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -28261,6 +28440,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: python install: pip install asana code: |- @@ -28284,6 +28464,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling RulesApi->trigger_rule: %s\n" % e) + name: python-sdk-v5 /sections/{section_gid}: parameters: - $ref: '#/components/parameters/section_path_gid' @@ -28377,6 +28558,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -28416,6 +28598,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling SectionsApi->get_section: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -28564,6 +28747,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -28604,6 +28788,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling SectionsApi->update_section: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -28708,6 +28893,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -28744,6 +28930,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling SectionsApi->delete_section: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -28888,6 +29075,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -28930,6 +29118,7 @@ paths: pprint(data) except ApiException as e: print("Exception when calling SectionsApi->get_sections_for_project: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -29071,6 +29260,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -29111,6 +29301,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling SectionsApi->create_section_for_project: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -29229,6 +29420,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -29268,6 +29460,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling SectionsApi->add_task_for_section: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -29387,6 +29580,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -29426,6 +29620,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling SectionsApi->insert_section_for_project: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -29591,6 +29786,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -29630,6 +29826,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling StatusUpdatesApi->get_status: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -29729,6 +29926,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -29765,6 +29963,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling StatusUpdatesApi->delete_status: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -29962,6 +30161,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -30005,6 +30205,7 @@ paths: pprint(data) except ApiException as e: print("Exception when calling StatusUpdatesApi->get_statuses_for_object: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -30182,6 +30383,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -30223,6 +30425,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling StatusUpdatesApi->create_status_for_object: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -30611,6 +30814,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -30650,6 +30854,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling StoriesApi->get_story: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -31051,6 +31256,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -31091,6 +31297,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling StoriesApi->update_story: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -31190,6 +31397,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -31226,6 +31434,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling StoriesApi->delete_story: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -31628,6 +31837,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -31670,6 +31880,7 @@ paths: pprint(data) except ApiException as e: print("Exception when calling StoriesApi->get_stories_for_task: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -32072,6 +32283,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -32112,6 +32324,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling StoriesApi->create_story_for_task: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -32270,6 +32483,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -32311,6 +32525,7 @@ paths: pprint(data) except ApiException as e: print("Exception when calling TagsApi->get_tags: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -32463,6 +32678,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -32501,6 +32717,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling TagsApi->create_tag: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -32637,6 +32854,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -32676,6 +32894,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling TagsApi->get_tag: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -32818,6 +33037,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -32857,6 +33077,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling TagsApi->update_tag: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -32957,6 +33178,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -32993,6 +33215,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling TagsApi->delete_tag: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -33143,6 +33366,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -33185,6 +33409,7 @@ paths: pprint(data) except ApiException as e: print("Exception when calling TagsApi->get_tags_for_task: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -33337,6 +33562,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -33379,6 +33605,7 @@ paths: pprint(data) except ApiException as e: print("Exception when calling TagsApi->get_tags_for_workspace: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -33532,6 +33759,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -33572,6 +33800,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling TagsApi->create_tag_for_workspace: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -33702,6 +33931,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: python install: pip install asana code: |- @@ -33729,6 +33959,7 @@ paths: pprint(data) except ApiException as e: print("Exception when calling TaskTemplatesApi->get_task_templates: %s\n" % e) + name: python-sdk-v5 /task_templates/{task_template_gid}: parameters: - $ref: '#/components/parameters/task_template_path_gid' @@ -33807,6 +34038,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: python install: pip install asana code: |- @@ -33831,6 +34063,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling TaskTemplatesApi->get_task_template: %s\n" % e) + name: python-sdk-v5 /task_templates/{task_template_gid}/instantiateTask: parameters: - $ref: '#/components/parameters/task_template_path_gid' @@ -33935,6 +34168,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: python install: pip install asana code: |- @@ -33960,6 +34194,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling TaskTemplatesApi->instantiate_task: %s\n" % e) + name: python-sdk-v5 /tasks: parameters: - $ref: '#/components/parameters/pretty' @@ -34322,6 +34557,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -34368,6 +34604,7 @@ paths: pprint(data) except ApiException as e: print("Exception when calling TasksApi->get_tasks: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -34693,6 +34930,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -34731,6 +34969,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling TasksApi->create_task: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -35041,6 +35280,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -35080,6 +35320,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling TasksApi->get_task: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -35408,6 +35649,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -35448,6 +35690,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling TasksApi->update_task: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -35550,6 +35793,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -35586,6 +35830,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling TasksApi->delete_task: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -35742,6 +35987,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -35782,6 +36028,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling TasksApi->duplicate_task: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -36111,6 +36358,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -36154,6 +36402,7 @@ paths: pprint(data) except ApiException as e: print("Exception when calling TasksApi->get_tasks_for_project: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -36483,6 +36732,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -36526,6 +36776,7 @@ paths: pprint(data) except ApiException as e: print("Exception when calling TasksApi->get_tasks_for_section: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -36853,6 +37104,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -36895,6 +37147,7 @@ paths: pprint(data) except ApiException as e: print("Exception when calling TasksApi->get_tasks_for_tag: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -37234,6 +37487,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -37277,6 +37531,7 @@ paths: pprint(data) except ApiException as e: print("Exception when calling TasksApi->get_tasks_for_user_task_list: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -37604,6 +37859,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -37646,6 +37902,7 @@ paths: pprint(data) except ApiException as e: print("Exception when calling TasksApi->get_subtasks_for_task: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -37967,6 +38224,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -38007,6 +38265,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling TasksApi->create_subtask_for_task: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -38333,6 +38592,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -38373,6 +38633,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling TasksApi->set_parent_for_task: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -38700,6 +38961,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -38742,6 +39004,7 @@ paths: pprint(data) except ApiException as e: print("Exception when calling TasksApi->get_dependencies_for_task: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -38860,6 +39123,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -38898,6 +39162,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling TasksApi->add_dependencies_for_task: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -39014,6 +39279,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -39052,6 +39318,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling TasksApi->remove_dependencies_for_task: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -39380,6 +39647,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -39422,6 +39690,7 @@ paths: pprint(data) except ApiException as e: print("Exception when calling TasksApi->get_dependents_for_task: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -39540,6 +39809,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -39578,6 +39848,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling TasksApi->add_dependents_for_task: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -39695,6 +39966,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -39733,6 +40005,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling TasksApi->remove_dependents_for_task: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -39861,6 +40134,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -39899,6 +40173,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling TasksApi->add_project_for_task: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -40017,6 +40292,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -40055,6 +40331,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling TasksApi->remove_project_for_task: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -40170,6 +40447,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -40208,6 +40486,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling TasksApi->add_tag_for_task: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -40323,6 +40602,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -40361,6 +40641,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling TasksApi->remove_tag_for_task: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -40691,6 +40972,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -40731,6 +41013,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling TasksApi->add_followers_for_task: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -41057,6 +41340,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -41097,6 +41381,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling TasksApi->remove_follower_for_task: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -41973,6 +42258,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -42072,6 +42358,7 @@ paths: pprint(data) except ApiException as e: print("Exception when calling TasksApi->search_tasks_for_workspace: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -42206,6 +42493,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -42245,6 +42533,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling TeamMembershipsApi->get_team_membership: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -42420,6 +42709,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -42464,6 +42754,7 @@ paths: pprint(data) except ApiException as e: print("Exception when calling TeamMembershipsApi->get_team_memberships: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -42612,6 +42903,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -42654,6 +42946,7 @@ paths: pprint(data) except ApiException as e: print("Exception when calling TeamMembershipsApi->get_team_memberships_for_team: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -42813,6 +43106,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -42856,6 +43150,7 @@ paths: pprint(data) except ApiException as e: print("Exception when calling TeamMembershipsApi->get_team_memberships_for_user: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -43014,6 +43309,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -43052,6 +43348,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling TeamsApi->create_team: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -43196,6 +43493,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -43235,6 +43533,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling TeamsApi->get_team: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -43389,6 +43688,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: python install: pip install asana code: |- @@ -43414,6 +43714,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling TeamsApi->update_team: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -43576,6 +43877,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -43618,6 +43920,7 @@ paths: pprint(data) except ApiException as e: print("Exception when calling TeamsApi->get_teams_for_workspace: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -43787,6 +44090,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -43830,6 +44134,7 @@ paths: pprint(data) except ApiException as e: print("Exception when calling TeamsApi->get_teams_for_user: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -43983,6 +44288,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -44023,6 +44329,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling TeamsApi->add_user_for_team: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -44139,6 +44446,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -44177,6 +44485,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling TeamsApi->remove_user_for_team: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -44313,6 +44622,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -44352,6 +44662,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling TimePeriodsApi->get_time_period: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -44529,6 +44840,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -44573,6 +44885,7 @@ paths: pprint(data) except ApiException as e: print("Exception when calling TimePeriodsApi->get_time_periods: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -44700,6 +45013,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: python install: pip install asana code: |- @@ -44727,6 +45041,7 @@ paths: pprint(data) except ApiException as e: print("Exception when calling TimeTrackingEntriesApi->get_time_tracking_entries_for_task: %s\n" % e) + name: python-sdk-v5 post: summary: Create a time tracking entry description: |- @@ -44822,6 +45137,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: python install: pip install asana code: |- @@ -44847,6 +45163,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling TimeTrackingEntriesApi->create_time_tracking_entry: %s\n" % e) + name: python-sdk-v5 /time_tracking_entries/{time_tracking_entry_gid}: parameters: - $ref: '#/components/parameters/time_tracking_entry_path_gid' @@ -44933,6 +45250,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: python install: pip install asana code: |- @@ -44957,6 +45275,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling TimeTrackingEntriesApi->get_time_tracking_entry: %s\n" % e) + name: python-sdk-v5 put: summary: Update a time tracking entry description: |- @@ -45058,6 +45377,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: python install: pip install asana code: |- @@ -45083,6 +45403,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling TimeTrackingEntriesApi->update_time_tracking_entry: %s\n" % e) + name: python-sdk-v5 delete: summary: Delete a time tracking entry description: |- @@ -45132,6 +45453,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: python install: pip install asana code: |- @@ -45154,6 +45476,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling TimeTrackingEntriesApi->delete_time_tracking_entry: %s\n" % e) + name: python-sdk-v5 /workspaces/{workspace_gid}/typeahead: parameters: - $ref: '#/components/parameters/workspace_path_gid' @@ -45336,6 +45659,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -45380,6 +45704,7 @@ paths: pprint(data) except ApiException as e: print("Exception when calling TypeaheadApi->typeahead_for_workspace: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -45508,6 +45833,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -45547,6 +45873,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling UserTaskListsApi->get_user_task_list: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -45685,6 +46012,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -45725,6 +46053,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling UserTaskListsApi->get_user_task_list_for_user: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -45900,6 +46229,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -45942,6 +46272,7 @@ paths: pprint(data) except ApiException as e: print("Exception when calling UsersApi->get_users: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -46083,6 +46414,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -46122,6 +46454,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling UsersApi->get_user: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -46285,6 +46618,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -46329,6 +46663,7 @@ paths: pprint(data) except ApiException as e: print("Exception when calling UsersApi->get_favorites_for_user: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -46480,6 +46815,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -46521,6 +46857,7 @@ paths: pprint(data) except ApiException as e: print("Exception when calling UsersApi->get_users_for_team: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -46671,6 +47008,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -46712,6 +47050,7 @@ paths: pprint(data) except ApiException as e: print("Exception when calling UsersApi->get_users_for_workspace: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -46885,6 +47224,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -46928,6 +47268,7 @@ paths: pprint(data) except ApiException as e: print("Exception when calling WebhooksApi->get_webhooks: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -47136,6 +47477,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -47175,6 +47517,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling WebhooksApi->create_webhook: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -47319,6 +47662,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -47358,6 +47702,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling WebhooksApi->get_webhook: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -47513,6 +47858,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -47553,6 +47899,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling WebhooksApi->update_webhook: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -47652,6 +47999,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -47688,6 +48036,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling WebhooksApi->delete_webhook: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -47837,6 +48186,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -47876,6 +48226,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling WorkspaceMembershipsApi->get_workspace_membership: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -48042,6 +48393,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -48084,6 +48436,7 @@ paths: pprint(data) except ApiException as e: print("Exception when calling WorkspaceMembershipsApi->get_workspace_memberships_for_user: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -48242,6 +48595,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -48285,6 +48639,7 @@ paths: pprint(data) except ApiException as e: print("Exception when calling WorkspaceMembershipsApi->get_workspace_memberships_for_workspace: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -48424,6 +48779,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -48465,6 +48821,7 @@ paths: pprint(data) except ApiException as e: print("Exception when calling WorkspacesApi->get_workspaces: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -48590,6 +48947,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -48629,6 +48987,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling WorkspacesApi->get_workspace: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -48770,6 +49129,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -48810,6 +49170,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling WorkspacesApi->update_workspace: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -48964,6 +49325,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -49004,6 +49366,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling WorkspacesApi->add_user_for_workspace: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- @@ -49124,6 +49487,7 @@ paths: }, (error) => { console.error(error.response.body); }); + name: node-sdk-v3 - language: node install: npm install asana@1.0.2 code: >- @@ -49162,6 +49526,7 @@ paths: pprint(api_response) except ApiException as e: print("Exception when calling WorkspacesApi->remove_user_for_workspace: %s\n" % e) + name: python-sdk-v5 - language: python install: pip install asana==3.2.2 code: >- diff --git a/defs/asana_sdk_oas.yaml b/defs/asana_sdk_oas.yaml index 5dc16f7..c82e40f 100644 --- a/defs/asana_sdk_oas.yaml +++ b/defs/asana_sdk_oas.yaml @@ -8648,7 +8648,8 @@ 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 @@ -12400,7 +12401,8 @@ 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: @@ -23463,7 +23465,8 @@ 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: @@ -32715,10 +32718,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