diff --git a/.swagger-codegen/VERSION b/.swagger-codegen/VERSION
index 16176176..97e616f0 100644
--- a/.swagger-codegen/VERSION
+++ b/.swagger-codegen/VERSION
@@ -1 +1 @@
-3.0.46
\ No newline at end of file
+3.0.52
\ No newline at end of file
diff --git a/README.md b/README.md
index 1fe78066..2ca8ab99 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@
> For now, if you’re in search of a version that has stood the test of time and is proven to be stable, we recommend using version 1.0.2. You can easily install it using: `npm install asana@1.0.2` and following v1 samples and documentation.
- API version: 1.0
-- Package version: 3.0.0
+- Package version: 3.0.1
## Installation
@@ -29,7 +29,7 @@ npm install asana --save
Include the latest release directly from GitHub:
```html
-
+
```
Example usage (**NOTE**: be careful not to expose your access token):
@@ -1011,6 +1011,6 @@ client.callApi(
```
[release-image]: https://img.shields.io/github/release/asana/node-asana.svg
-[release-url]: /~https://github.com/Asana/node-asana/releases/tag/v3.0.0
+[release-url]: /~https://github.com/Asana/node-asana/releases/tag/v3.0.1
[npm-image]: http://img.shields.io/npm/v/asana.svg?style=flat-square
[npm-url]: https://www.npmjs.org/package/asana
diff --git a/docs/BatchAPIApi.md b/docs/BatchAPIApi.md
index 9c4da793..35322b9c 100644
--- a/docs/BatchAPIApi.md
+++ b/docs/BatchAPIApi.md
@@ -24,7 +24,7 @@ let token = client.authentications['token'];
token.accessToken = '';
let batchApiApiInstance = new Asana.BatchAPIApi();
-let body = {"data": {"param1": "value1", "param2": "value2",}}; // Object | The requests to batch together via the Batch API.
+let body = {"data": {"": "", "": "",}}; // Object | The requests to batch together via the Batch API.
let opts = {
'opt_fields': "body,headers,status_code"
};
diff --git a/docs/BatchAPIApi.yaml b/docs/BatchAPIApi.yaml
index fbc16e5d..8eef9bec 100644
--- a/docs/BatchAPIApi.yaml
+++ b/docs/BatchAPIApi.yaml
@@ -7,7 +7,7 @@ BatchAPIApi:
token.accessToken = '';
let batchApiApiInstance = new Asana.BatchAPIApi();
- let body = {"data": {"param1": "value1", "param2": "value2",}}; // Object | The requests to batch together via the Batch API.
+ let body = {"data": {"": "", "": "",}}; // Object | The requests to batch together via the Batch API.
let opts = {
'opt_fields': "body,headers,status_code"
};
diff --git a/docs/CustomFieldsApi.md b/docs/CustomFieldsApi.md
index 6cf1b8e4..8c491440 100644
--- a/docs/CustomFieldsApi.md
+++ b/docs/CustomFieldsApi.md
@@ -31,7 +31,7 @@ let token = client.authentications['token'];
token.accessToken = '';
let customFieldsApiInstance = new Asana.CustomFieldsApi();
-let body = {"data": {"param1": "value1", "param2": "value2",}}; // Object | The custom field object to create.
+let body = {"data": {"": "", "": "",}}; // Object | The custom field object to create.
let opts = {
'opt_fields': "asana_created_field,created_by,created_by.name,currency_code,custom_label,custom_label_position,date_value,date_value.date,date_value.date_time,description,display_value,enabled,enum_options,enum_options.color,enum_options.enabled,enum_options.name,enum_value,enum_value.color,enum_value.enabled,enum_value.name,format,has_notifications_enabled,is_formula_field,is_global_to_workspace,is_value_read_only,multi_enum_values,multi_enum_values.color,multi_enum_values.enabled,multi_enum_values.name,name,number_value,people_value,people_value.name,precision,resource_subtype,text_value,type"
};
@@ -79,7 +79,7 @@ token.accessToken = '';
let customFieldsApiInstance = new Asana.CustomFieldsApi();
let custom_field_gid = "12345"; // String | Globally unique identifier for the custom field.
let opts = {
- 'body': {"data": {"param1": "value1", "param2": "value2",}},
+ 'body': {"data": {"": "", "": "",}},
'opt_fields': "color,enabled,name"
};
customFieldsApiInstance.createEnumOptionForCustomField(custom_field_gid, opts).then((result) => {
@@ -266,7 +266,7 @@ token.accessToken = '';
let customFieldsApiInstance = new Asana.CustomFieldsApi();
let custom_field_gid = "12345"; // String | Globally unique identifier for the custom field.
let opts = {
- 'body': {"data": {"param1": "value1", "param2": "value2",}},
+ 'body': {"data": {"": "", "": "",}},
'opt_fields': "color,enabled,name"
};
customFieldsApiInstance.insertEnumOptionForCustomField(custom_field_gid, opts).then((result) => {
@@ -314,7 +314,7 @@ token.accessToken = '';
let customFieldsApiInstance = new Asana.CustomFieldsApi();
let custom_field_gid = "12345"; // String | Globally unique identifier for the custom field.
let opts = {
- 'body': {"data": {"param1": "value1", "param2": "value2",}},
+ 'body': {"data": {"": "", "": "",}},
'opt_fields': "asana_created_field,created_by,created_by.name,currency_code,custom_label,custom_label_position,date_value,date_value.date,date_value.date_time,description,display_value,enabled,enum_options,enum_options.color,enum_options.enabled,enum_options.name,enum_value,enum_value.color,enum_value.enabled,enum_value.name,format,has_notifications_enabled,is_formula_field,is_global_to_workspace,is_value_read_only,multi_enum_values,multi_enum_values.color,multi_enum_values.enabled,multi_enum_values.name,name,number_value,people_value,people_value.name,precision,resource_subtype,text_value,type"
};
customFieldsApiInstance.updateCustomField(custom_field_gid, opts).then((result) => {
@@ -362,7 +362,7 @@ token.accessToken = '';
let customFieldsApiInstance = new Asana.CustomFieldsApi();
let enum_option_gid = "124578"; // String | Globally unique identifier for the enum option.
let opts = {
- 'body': {"data": {"param1": "value1", "param2": "value2",}},
+ 'body': {"data": {"": "", "": "",}},
'opt_fields': "color,enabled,name"
};
customFieldsApiInstance.updateEnumOption(enum_option_gid, opts).then((result) => {
diff --git a/docs/CustomFieldsApi.yaml b/docs/CustomFieldsApi.yaml
index 5a1d2ddb..72fcb81e 100644
--- a/docs/CustomFieldsApi.yaml
+++ b/docs/CustomFieldsApi.yaml
@@ -7,7 +7,7 @@ CustomFieldsApi:
token.accessToken = '';
let customFieldsApiInstance = new Asana.CustomFieldsApi();
- let body = {"data": {"param1": "value1", "param2": "value2",}}; // Object | The custom field object to create.
+ let body = {"data": {"": "", "": "",}}; // Object | The custom field object to create.
let opts = {
'opt_fields': "asana_created_field,created_by,created_by.name,currency_code,custom_label,custom_label_position,date_value,date_value.date,date_value.date_time,description,display_value,enabled,enum_options,enum_options.color,enum_options.enabled,enum_options.name,enum_value,enum_value.color,enum_value.enabled,enum_value.name,format,has_notifications_enabled,is_formula_field,is_global_to_workspace,is_value_read_only,multi_enum_values,multi_enum_values.color,multi_enum_values.enabled,multi_enum_values.name,name,number_value,people_value,people_value.name,precision,resource_subtype,text_value,type"
};
@@ -27,7 +27,7 @@ CustomFieldsApi:
let customFieldsApiInstance = new Asana.CustomFieldsApi();
let custom_field_gid = "12345"; // String | Globally unique identifier for the custom field.
let opts = {
- 'body': {"data": {"param1": "value1", "param2": "value2",}},
+ 'body': {"data": {"": "", "": "",}},
'opt_fields': "color,enabled,name"
};
customFieldsApiInstance.createEnumOptionForCustomField(custom_field_gid, opts).then((result) => {
@@ -100,7 +100,7 @@ CustomFieldsApi:
let customFieldsApiInstance = new Asana.CustomFieldsApi();
let custom_field_gid = "12345"; // String | Globally unique identifier for the custom field.
let opts = {
- 'body': {"data": {"param1": "value1", "param2": "value2",}},
+ 'body': {"data": {"": "", "": "",}},
'opt_fields': "color,enabled,name"
};
customFieldsApiInstance.insertEnumOptionForCustomField(custom_field_gid, opts).then((result) => {
@@ -119,7 +119,7 @@ CustomFieldsApi:
let customFieldsApiInstance = new Asana.CustomFieldsApi();
let custom_field_gid = "12345"; // String | Globally unique identifier for the custom field.
let opts = {
- 'body': {"data": {"param1": "value1", "param2": "value2",}},
+ 'body': {"data": {"": "", "": "",}},
'opt_fields': "asana_created_field,created_by,created_by.name,currency_code,custom_label,custom_label_position,date_value,date_value.date,date_value.date_time,description,display_value,enabled,enum_options,enum_options.color,enum_options.enabled,enum_options.name,enum_value,enum_value.color,enum_value.enabled,enum_value.name,format,has_notifications_enabled,is_formula_field,is_global_to_workspace,is_value_read_only,multi_enum_values,multi_enum_values.color,multi_enum_values.enabled,multi_enum_values.name,name,number_value,people_value,people_value.name,precision,resource_subtype,text_value,type"
};
customFieldsApiInstance.updateCustomField(custom_field_gid, opts).then((result) => {
@@ -138,7 +138,7 @@ CustomFieldsApi:
let customFieldsApiInstance = new Asana.CustomFieldsApi();
let enum_option_gid = "124578"; // String | Globally unique identifier for the enum option.
let opts = {
- 'body': {"data": {"param1": "value1", "param2": "value2",}},
+ 'body': {"data": {"": "", "": "",}},
'opt_fields': "color,enabled,name"
};
customFieldsApiInstance.updateEnumOption(enum_option_gid, opts).then((result) => {
diff --git a/docs/GoalRelationshipsApi.md b/docs/GoalRelationshipsApi.md
index f8f9072f..9310da5a 100644
--- a/docs/GoalRelationshipsApi.md
+++ b/docs/GoalRelationshipsApi.md
@@ -28,7 +28,7 @@ let token = client.authentications['token'];
token.accessToken = '';
let goalRelationshipsApiInstance = new Asana.GoalRelationshipsApi();
-let body = {"data": {"param1": "value1", "param2": "value2",}}; // Object | The supporting resource to be added to the goal
+let body = {"data": {"": "", "": "",}}; // Object | The supporting resource to be added to the goal
let goal_gid = "12345"; // String | Globally unique identifier for the goal.
let opts = {
'opt_fields': "contribution_weight,resource_subtype,supported_goal,supported_goal.name,supported_goal.owner,supported_goal.owner.name,supporting_resource,supporting_resource.name"
@@ -174,7 +174,7 @@ let token = client.authentications['token'];
token.accessToken = '';
let goalRelationshipsApiInstance = new Asana.GoalRelationshipsApi();
-let body = {"data": {"param1": "value1", "param2": "value2",}}; // Object | The supporting resource to be removed from the goal
+let body = {"data": {"": "", "": "",}}; // Object | The supporting resource to be removed from the goal
let goal_gid = "12345"; // String | Globally unique identifier for the goal.
goalRelationshipsApiInstance.removeSupportingRelationship(body, goal_gid).then((result) => {
@@ -219,7 +219,7 @@ let token = client.authentications['token'];
token.accessToken = '';
let goalRelationshipsApiInstance = new Asana.GoalRelationshipsApi();
-let body = {"data": {"param1": "value1", "param2": "value2",}}; // Object | The updated fields for the goal relationship.
+let body = {"data": {"": "", "": "",}}; // Object | The updated fields for the goal relationship.
let goal_relationship_gid = "12345"; // String | Globally unique identifier for the goal relationship.
let opts = {
'opt_fields': "contribution_weight,resource_subtype,supported_goal,supported_goal.name,supported_goal.owner,supported_goal.owner.name,supporting_resource,supporting_resource.name"
diff --git a/docs/GoalRelationshipsApi.yaml b/docs/GoalRelationshipsApi.yaml
index b39a0509..b204e02f 100644
--- a/docs/GoalRelationshipsApi.yaml
+++ b/docs/GoalRelationshipsApi.yaml
@@ -7,7 +7,7 @@ GoalRelationshipsApi:
token.accessToken = '';
let goalRelationshipsApiInstance = new Asana.GoalRelationshipsApi();
- let body = {"data": {"param1": "value1", "param2": "value2",}}; // Object | The supporting resource to be added to the goal
+ let body = {"data": {"": "", "": "",}}; // Object | The supporting resource to be added to the goal
let goal_gid = "12345"; // String | Globally unique identifier for the goal.
let opts = {
'opt_fields': "contribution_weight,resource_subtype,supported_goal,supported_goal.name,supported_goal.owner,supported_goal.owner.name,supporting_resource,supporting_resource.name"
@@ -65,7 +65,7 @@ GoalRelationshipsApi:
token.accessToken = '';
let goalRelationshipsApiInstance = new Asana.GoalRelationshipsApi();
- let body = {"data": {"param1": "value1", "param2": "value2",}}; // Object | The supporting resource to be removed from the goal
+ let body = {"data": {"": "", "": "",}}; // Object | The supporting resource to be removed from the goal
let goal_gid = "12345"; // String | Globally unique identifier for the goal.
goalRelationshipsApiInstance.removeSupportingRelationship(body, goal_gid).then((result) => {
@@ -82,7 +82,7 @@ GoalRelationshipsApi:
token.accessToken = '';
let goalRelationshipsApiInstance = new Asana.GoalRelationshipsApi();
- let body = {"data": {"param1": "value1", "param2": "value2",}}; // Object | The updated fields for the goal relationship.
+ let body = {"data": {"": "", "": "",}}; // Object | The updated fields for the goal relationship.
let goal_relationship_gid = "12345"; // String | Globally unique identifier for the goal relationship.
let opts = {
'opt_fields': "contribution_weight,resource_subtype,supported_goal,supported_goal.name,supported_goal.owner,supported_goal.owner.name,supporting_resource,supporting_resource.name"
diff --git a/docs/GoalsApi.md b/docs/GoalsApi.md
index a1c9334f..65fa6bab 100644
--- a/docs/GoalsApi.md
+++ b/docs/GoalsApi.md
@@ -33,7 +33,7 @@ let token = client.authentications['token'];
token.accessToken = '';
let goalsApiInstance = new Asana.GoalsApi();
-let body = {"data": {"param1": "value1", "param2": "value2",}}; // Object | The followers to be added as collaborators
+let body = {"data": {"": "", "": "",}}; // Object | The followers to be added as collaborators
let goal_gid = "12345"; // String | Globally unique identifier for the goal.
let opts = {
'opt_fields': "current_status_update,current_status_update.resource_subtype,current_status_update.title,due_on,followers,followers.name,html_notes,is_workspace_level,liked,likes,likes.user,likes.user.name,metric,metric.can_manage,metric.currency_code,metric.current_display_value,metric.current_number_value,metric.initial_number_value,metric.precision,metric.progress_source,metric.resource_subtype,metric.target_number_value,metric.unit,name,notes,num_likes,owner,owner.name,start_on,status,team,team.name,time_period,time_period.display_name,time_period.end_on,time_period.period,time_period.start_on,workspace,workspace.name"
@@ -81,7 +81,7 @@ let token = client.authentications['token'];
token.accessToken = '';
let goalsApiInstance = new Asana.GoalsApi();
-let body = {"data": {"param1": "value1", "param2": "value2",}}; // Object | The goal to create.
+let body = {"data": {"": "", "": "",}}; // Object | The goal to create.
let opts = {
'opt_fields': "current_status_update,current_status_update.resource_subtype,current_status_update.title,due_on,followers,followers.name,html_notes,is_workspace_level,liked,likes,likes.user,likes.user.name,metric,metric.can_manage,metric.currency_code,metric.current_display_value,metric.current_number_value,metric.initial_number_value,metric.precision,metric.progress_source,metric.resource_subtype,metric.target_number_value,metric.unit,name,notes,num_likes,owner,owner.name,start_on,status,team,team.name,time_period,time_period.display_name,time_period.end_on,time_period.period,time_period.start_on,workspace,workspace.name"
};
@@ -127,7 +127,7 @@ let token = client.authentications['token'];
token.accessToken = '';
let goalsApiInstance = new Asana.GoalsApi();
-let body = {"data": {"param1": "value1", "param2": "value2",}}; // Object | The goal metric to create.
+let body = {"data": {"": "", "": "",}}; // Object | The goal metric to create.
let goal_gid = "12345"; // String | Globally unique identifier for the goal.
let opts = {
'opt_fields': "current_status_update,current_status_update.resource_subtype,current_status_update.title,due_on,followers,followers.name,html_notes,is_workspace_level,liked,likes,likes.user,likes.user.name,metric,metric.can_manage,metric.currency_code,metric.current_display_value,metric.current_number_value,metric.initial_number_value,metric.precision,metric.progress_source,metric.resource_subtype,metric.target_number_value,metric.unit,name,notes,num_likes,owner,owner.name,start_on,status,team,team.name,time_period,time_period.display_name,time_period.end_on,time_period.period,time_period.start_on,workspace,workspace.name"
@@ -267,6 +267,7 @@ let goalsApiInstance = new Asana.GoalsApi();
let opts = {
'portfolio': "159874",
'project': "512241",
+ 'task': "78424",
'is_workspace_level': false,
'team': "31326",
'workspace': "31326",
@@ -289,6 +290,7 @@ Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**portfolio** | **String**| Globally unique identifier for supporting portfolio. | [optional]
**project** | **String**| Globally unique identifier for supporting project. | [optional]
+ **task** | **String**| Globally unique identifier for supporting task. | [optional]
**is_workspace_level** | **Boolean**| Filter to goals with is_workspace_level set to query value. Must be used with the workspace parameter. | [optional]
**team** | **String**| Globally unique identifier for the team. | [optional]
**workspace** | **String**| Globally unique identifier for the workspace. | [optional]
@@ -370,7 +372,7 @@ let token = client.authentications['token'];
token.accessToken = '';
let goalsApiInstance = new Asana.GoalsApi();
-let body = {"data": {"param1": "value1", "param2": "value2",}}; // Object | The followers to be removed as collaborators
+let body = {"data": {"": "", "": "",}}; // Object | The followers to be removed as collaborators
let goal_gid = "12345"; // String | Globally unique identifier for the goal.
let opts = {
'opt_fields': "current_status_update,current_status_update.resource_subtype,current_status_update.title,due_on,followers,followers.name,html_notes,is_workspace_level,liked,likes,likes.user,likes.user.name,metric,metric.can_manage,metric.currency_code,metric.current_display_value,metric.current_number_value,metric.initial_number_value,metric.precision,metric.progress_source,metric.resource_subtype,metric.target_number_value,metric.unit,name,notes,num_likes,owner,owner.name,start_on,status,team,team.name,time_period,time_period.display_name,time_period.end_on,time_period.period,time_period.start_on,workspace,workspace.name"
@@ -418,7 +420,7 @@ let token = client.authentications['token'];
token.accessToken = '';
let goalsApiInstance = new Asana.GoalsApi();
-let body = {"data": {"param1": "value1", "param2": "value2",}}; // Object | The updated fields for the goal.
+let body = {"data": {"": "", "": "",}}; // Object | The updated fields for the goal.
let goal_gid = "12345"; // String | Globally unique identifier for the goal.
let opts = {
'opt_fields': "current_status_update,current_status_update.resource_subtype,current_status_update.title,due_on,followers,followers.name,html_notes,is_workspace_level,liked,likes,likes.user,likes.user.name,metric,metric.can_manage,metric.currency_code,metric.current_display_value,metric.current_number_value,metric.initial_number_value,metric.precision,metric.progress_source,metric.resource_subtype,metric.target_number_value,metric.unit,name,notes,num_likes,owner,owner.name,start_on,status,team,team.name,time_period,time_period.display_name,time_period.end_on,time_period.period,time_period.start_on,workspace,workspace.name"
@@ -466,7 +468,7 @@ let token = client.authentications['token'];
token.accessToken = '';
let goalsApiInstance = new Asana.GoalsApi();
-let body = {"data": {"param1": "value1", "param2": "value2",}}; // Object | The updated fields for the goal metric.
+let body = {"data": {"": "", "": "",}}; // Object | The updated fields for the goal metric.
let goal_gid = "12345"; // String | Globally unique identifier for the goal.
let opts = {
'opt_fields': "current_status_update,current_status_update.resource_subtype,current_status_update.title,due_on,followers,followers.name,html_notes,is_workspace_level,liked,likes,likes.user,likes.user.name,metric,metric.can_manage,metric.currency_code,metric.current_display_value,metric.current_number_value,metric.initial_number_value,metric.precision,metric.progress_source,metric.resource_subtype,metric.target_number_value,metric.unit,name,notes,num_likes,owner,owner.name,start_on,status,team,team.name,time_period,time_period.display_name,time_period.end_on,time_period.period,time_period.start_on,workspace,workspace.name"
diff --git a/docs/GoalsApi.yaml b/docs/GoalsApi.yaml
index d945ad8e..52dcc4e6 100644
--- a/docs/GoalsApi.yaml
+++ b/docs/GoalsApi.yaml
@@ -7,7 +7,7 @@ GoalsApi:
token.accessToken = '';
let goalsApiInstance = new Asana.GoalsApi();
- let body = {"data": {"param1": "value1", "param2": "value2",}}; // Object | The followers to be added as collaborators
+ let body = {"data": {"": "", "": "",}}; // Object | The followers to be added as collaborators
let goal_gid = "12345"; // String | Globally unique identifier for the goal.
let opts = {
'opt_fields': "current_status_update,current_status_update.resource_subtype,current_status_update.title,due_on,followers,followers.name,html_notes,is_workspace_level,liked,likes,likes.user,likes.user.name,metric,metric.can_manage,metric.currency_code,metric.current_display_value,metric.current_number_value,metric.initial_number_value,metric.precision,metric.progress_source,metric.resource_subtype,metric.target_number_value,metric.unit,name,notes,num_likes,owner,owner.name,start_on,status,team,team.name,time_period,time_period.display_name,time_period.end_on,time_period.period,time_period.start_on,workspace,workspace.name"
@@ -26,7 +26,7 @@ GoalsApi:
token.accessToken = '';
let goalsApiInstance = new Asana.GoalsApi();
- let body = {"data": {"param1": "value1", "param2": "value2",}}; // Object | The goal to create.
+ let body = {"data": {"": "", "": "",}}; // Object | The goal to create.
let opts = {
'opt_fields': "current_status_update,current_status_update.resource_subtype,current_status_update.title,due_on,followers,followers.name,html_notes,is_workspace_level,liked,likes,likes.user,likes.user.name,metric,metric.can_manage,metric.currency_code,metric.current_display_value,metric.current_number_value,metric.initial_number_value,metric.precision,metric.progress_source,metric.resource_subtype,metric.target_number_value,metric.unit,name,notes,num_likes,owner,owner.name,start_on,status,team,team.name,time_period,time_period.display_name,time_period.end_on,time_period.period,time_period.start_on,workspace,workspace.name"
};
@@ -44,7 +44,7 @@ GoalsApi:
token.accessToken = '';
let goalsApiInstance = new Asana.GoalsApi();
- let body = {"data": {"param1": "value1", "param2": "value2",}}; // Object | The goal metric to create.
+ let body = {"data": {"": "", "": "",}}; // Object | The goal metric to create.
let goal_gid = "12345"; // String | Globally unique identifier for the goal.
let opts = {
'opt_fields': "current_status_update,current_status_update.resource_subtype,current_status_update.title,due_on,followers,followers.name,html_notes,is_workspace_level,liked,likes,likes.user,likes.user.name,metric,metric.can_manage,metric.currency_code,metric.current_display_value,metric.current_number_value,metric.initial_number_value,metric.precision,metric.progress_source,metric.resource_subtype,metric.target_number_value,metric.unit,name,notes,num_likes,owner,owner.name,start_on,status,team,team.name,time_period,time_period.display_name,time_period.end_on,time_period.period,time_period.start_on,workspace,workspace.name"
@@ -100,6 +100,7 @@ GoalsApi:
let opts = {
'portfolio': "159874",
'project': "512241",
+ 'task': "78424",
'is_workspace_level': false,
'team': "31326",
'workspace': "31326",
@@ -140,7 +141,7 @@ GoalsApi:
token.accessToken = '';
let goalsApiInstance = new Asana.GoalsApi();
- let body = {"data": {"param1": "value1", "param2": "value2",}}; // Object | The followers to be removed as collaborators
+ let body = {"data": {"": "", "": "",}}; // Object | The followers to be removed as collaborators
let goal_gid = "12345"; // String | Globally unique identifier for the goal.
let opts = {
'opt_fields': "current_status_update,current_status_update.resource_subtype,current_status_update.title,due_on,followers,followers.name,html_notes,is_workspace_level,liked,likes,likes.user,likes.user.name,metric,metric.can_manage,metric.currency_code,metric.current_display_value,metric.current_number_value,metric.initial_number_value,metric.precision,metric.progress_source,metric.resource_subtype,metric.target_number_value,metric.unit,name,notes,num_likes,owner,owner.name,start_on,status,team,team.name,time_period,time_period.display_name,time_period.end_on,time_period.period,time_period.start_on,workspace,workspace.name"
@@ -159,7 +160,7 @@ GoalsApi:
token.accessToken = '';
let goalsApiInstance = new Asana.GoalsApi();
- let body = {"data": {"param1": "value1", "param2": "value2",}}; // Object | The updated fields for the goal.
+ let body = {"data": {"": "", "": "",}}; // Object | The updated fields for the goal.
let goal_gid = "12345"; // String | Globally unique identifier for the goal.
let opts = {
'opt_fields': "current_status_update,current_status_update.resource_subtype,current_status_update.title,due_on,followers,followers.name,html_notes,is_workspace_level,liked,likes,likes.user,likes.user.name,metric,metric.can_manage,metric.currency_code,metric.current_display_value,metric.current_number_value,metric.initial_number_value,metric.precision,metric.progress_source,metric.resource_subtype,metric.target_number_value,metric.unit,name,notes,num_likes,owner,owner.name,start_on,status,team,team.name,time_period,time_period.display_name,time_period.end_on,time_period.period,time_period.start_on,workspace,workspace.name"
@@ -178,7 +179,7 @@ GoalsApi:
token.accessToken = '';
let goalsApiInstance = new Asana.GoalsApi();
- let body = {"data": {"param1": "value1", "param2": "value2",}}; // Object | The updated fields for the goal metric.
+ let body = {"data": {"": "", "": "",}}; // Object | The updated fields for the goal metric.
let goal_gid = "12345"; // String | Globally unique identifier for the goal.
let opts = {
'opt_fields': "current_status_update,current_status_update.resource_subtype,current_status_update.title,due_on,followers,followers.name,html_notes,is_workspace_level,liked,likes,likes.user,likes.user.name,metric,metric.can_manage,metric.currency_code,metric.current_display_value,metric.current_number_value,metric.initial_number_value,metric.precision,metric.progress_source,metric.resource_subtype,metric.target_number_value,metric.unit,name,notes,num_likes,owner,owner.name,start_on,status,team,team.name,time_period,time_period.display_name,time_period.end_on,time_period.period,time_period.start_on,workspace,workspace.name"
diff --git a/docs/MembershipsApi.md b/docs/MembershipsApi.md
index 43fda741..7b45be92 100644
--- a/docs/MembershipsApi.md
+++ b/docs/MembershipsApi.md
@@ -28,7 +28,7 @@ token.accessToken = '';
let membershipsApiInstance = new Asana.MembershipsApi();
let opts = {
- 'body': {"data": {"param1": "value1", "param2": "value2",}}
+ 'body': {"data": {"": "", "": "",}}
};
membershipsApiInstance.createMembership(opts).then((result) => {
console.log('API called successfully. Returned data: ' + JSON.stringify(result.data, null, 2));
diff --git a/docs/MembershipsApi.yaml b/docs/MembershipsApi.yaml
index 19a64111..3af89a53 100644
--- a/docs/MembershipsApi.yaml
+++ b/docs/MembershipsApi.yaml
@@ -8,7 +8,7 @@ MembershipsApi:
let membershipsApiInstance = new Asana.MembershipsApi();
let opts = {
- 'body': {"data": {"param1": "value1", "param2": "value2",}}
+ 'body': {"data": {"": "", "": "",}}
};
membershipsApiInstance.createMembership(opts).then((result) => {
console.log('API called successfully. Returned data: ' + JSON.stringify(result.data, null, 2));
diff --git a/docs/OrganizationExportsApi.md b/docs/OrganizationExportsApi.md
index bc395557..ab1f7adf 100644
--- a/docs/OrganizationExportsApi.md
+++ b/docs/OrganizationExportsApi.md
@@ -25,7 +25,7 @@ let token = client.authentications['token'];
token.accessToken = '';
let organizationExportsApiInstance = new Asana.OrganizationExportsApi();
-let body = {"data": {"param1": "value1", "param2": "value2",}}; // Object | The organization to export.
+let body = {"data": {"": "", "": "",}}; // Object | The organization to export.
let opts = {
'opt_fields': "created_at,download_url,organization,organization.name,state"
};
diff --git a/docs/OrganizationExportsApi.yaml b/docs/OrganizationExportsApi.yaml
index c9a82330..6814197d 100644
--- a/docs/OrganizationExportsApi.yaml
+++ b/docs/OrganizationExportsApi.yaml
@@ -7,7 +7,7 @@ OrganizationExportsApi:
token.accessToken = '';
let organizationExportsApiInstance = new Asana.OrganizationExportsApi();
- let body = {"data": {"param1": "value1", "param2": "value2",}}; // Object | The organization to export.
+ let body = {"data": {"": "", "": "",}}; // Object | The organization to export.
let opts = {
'opt_fields': "created_at,download_url,organization,organization.name,state"
};
diff --git a/docs/PortfoliosApi.md b/docs/PortfoliosApi.md
index c8f72dfc..8ad23f7f 100644
--- a/docs/PortfoliosApi.md
+++ b/docs/PortfoliosApi.md
@@ -35,7 +35,7 @@ let token = client.authentications['token'];
token.accessToken = '';
let portfoliosApiInstance = new Asana.PortfoliosApi();
-let body = {"data": {"param1": "value1", "param2": "value2",}}; // Object | Information about the custom field setting.
+let body = {"data": {"": "", "": "",}}; // Object | Information about the custom field setting.
let portfolio_gid = "12345"; // String | Globally unique identifier for the portfolio.
portfoliosApiInstance.addCustomFieldSettingForPortfolio(body, portfolio_gid).then((result) => {
@@ -80,7 +80,7 @@ let token = client.authentications['token'];
token.accessToken = '';
let portfoliosApiInstance = new Asana.PortfoliosApi();
-let body = {"data": {"param1": "value1", "param2": "value2",}}; // Object | Information about the item being inserted.
+let body = {"data": {"": "", "": "",}}; // Object | Information about the item being inserted.
let portfolio_gid = "12345"; // String | Globally unique identifier for the portfolio.
portfoliosApiInstance.addItemForPortfolio(body, portfolio_gid).then((result) => {
@@ -125,7 +125,7 @@ let token = client.authentications['token'];
token.accessToken = '';
let portfoliosApiInstance = new Asana.PortfoliosApi();
-let body = {"data": {"param1": "value1", "param2": "value2",}}; // Object | Information about the members being added.
+let body = {"data": {"": "", "": "",}}; // Object | Information about the members being added.
let portfolio_gid = "12345"; // String | Globally unique identifier for the portfolio.
let opts = {
'opt_fields': "color,created_at,created_by,created_by.name,current_status_update,current_status_update.resource_subtype,current_status_update.title,custom_field_settings,custom_field_settings.custom_field,custom_field_settings.custom_field.asana_created_field,custom_field_settings.custom_field.created_by,custom_field_settings.custom_field.created_by.name,custom_field_settings.custom_field.currency_code,custom_field_settings.custom_field.custom_label,custom_field_settings.custom_field.custom_label_position,custom_field_settings.custom_field.date_value,custom_field_settings.custom_field.date_value.date,custom_field_settings.custom_field.date_value.date_time,custom_field_settings.custom_field.description,custom_field_settings.custom_field.display_value,custom_field_settings.custom_field.enabled,custom_field_settings.custom_field.enum_options,custom_field_settings.custom_field.enum_options.color,custom_field_settings.custom_field.enum_options.enabled,custom_field_settings.custom_field.enum_options.name,custom_field_settings.custom_field.enum_value,custom_field_settings.custom_field.enum_value.color,custom_field_settings.custom_field.enum_value.enabled,custom_field_settings.custom_field.enum_value.name,custom_field_settings.custom_field.format,custom_field_settings.custom_field.has_notifications_enabled,custom_field_settings.custom_field.is_formula_field,custom_field_settings.custom_field.is_global_to_workspace,custom_field_settings.custom_field.is_value_read_only,custom_field_settings.custom_field.multi_enum_values,custom_field_settings.custom_field.multi_enum_values.color,custom_field_settings.custom_field.multi_enum_values.enabled,custom_field_settings.custom_field.multi_enum_values.name,custom_field_settings.custom_field.name,custom_field_settings.custom_field.number_value,custom_field_settings.custom_field.people_value,custom_field_settings.custom_field.people_value.name,custom_field_settings.custom_field.precision,custom_field_settings.custom_field.resource_subtype,custom_field_settings.custom_field.text_value,custom_field_settings.custom_field.type,custom_field_settings.is_important,custom_field_settings.parent,custom_field_settings.parent.name,custom_field_settings.project,custom_field_settings.project.name,custom_fields,custom_fields.date_value,custom_fields.date_value.date,custom_fields.date_value.date_time,custom_fields.display_value,custom_fields.enabled,custom_fields.enum_options,custom_fields.enum_options.color,custom_fields.enum_options.enabled,custom_fields.enum_options.name,custom_fields.enum_value,custom_fields.enum_value.color,custom_fields.enum_value.enabled,custom_fields.enum_value.name,custom_fields.is_formula_field,custom_fields.multi_enum_values,custom_fields.multi_enum_values.color,custom_fields.multi_enum_values.enabled,custom_fields.multi_enum_values.name,custom_fields.name,custom_fields.number_value,custom_fields.resource_subtype,custom_fields.text_value,custom_fields.type,due_on,members,members.name,name,owner,owner.name,permalink_url,project_templates,project_templates.name,public,start_on,workspace,workspace.name"
@@ -173,7 +173,7 @@ let token = client.authentications['token'];
token.accessToken = '';
let portfoliosApiInstance = new Asana.PortfoliosApi();
-let body = {"data": {"param1": "value1", "param2": "value2",}}; // Object | The portfolio to create.
+let body = {"data": {"": "", "": "",}}; // Object | The portfolio to create.
let opts = {
'opt_fields': "color,created_at,created_by,created_by.name,current_status_update,current_status_update.resource_subtype,current_status_update.title,custom_field_settings,custom_field_settings.custom_field,custom_field_settings.custom_field.asana_created_field,custom_field_settings.custom_field.created_by,custom_field_settings.custom_field.created_by.name,custom_field_settings.custom_field.currency_code,custom_field_settings.custom_field.custom_label,custom_field_settings.custom_field.custom_label_position,custom_field_settings.custom_field.date_value,custom_field_settings.custom_field.date_value.date,custom_field_settings.custom_field.date_value.date_time,custom_field_settings.custom_field.description,custom_field_settings.custom_field.display_value,custom_field_settings.custom_field.enabled,custom_field_settings.custom_field.enum_options,custom_field_settings.custom_field.enum_options.color,custom_field_settings.custom_field.enum_options.enabled,custom_field_settings.custom_field.enum_options.name,custom_field_settings.custom_field.enum_value,custom_field_settings.custom_field.enum_value.color,custom_field_settings.custom_field.enum_value.enabled,custom_field_settings.custom_field.enum_value.name,custom_field_settings.custom_field.format,custom_field_settings.custom_field.has_notifications_enabled,custom_field_settings.custom_field.is_formula_field,custom_field_settings.custom_field.is_global_to_workspace,custom_field_settings.custom_field.is_value_read_only,custom_field_settings.custom_field.multi_enum_values,custom_field_settings.custom_field.multi_enum_values.color,custom_field_settings.custom_field.multi_enum_values.enabled,custom_field_settings.custom_field.multi_enum_values.name,custom_field_settings.custom_field.name,custom_field_settings.custom_field.number_value,custom_field_settings.custom_field.people_value,custom_field_settings.custom_field.people_value.name,custom_field_settings.custom_field.precision,custom_field_settings.custom_field.resource_subtype,custom_field_settings.custom_field.text_value,custom_field_settings.custom_field.type,custom_field_settings.is_important,custom_field_settings.parent,custom_field_settings.parent.name,custom_field_settings.project,custom_field_settings.project.name,custom_fields,custom_fields.date_value,custom_fields.date_value.date,custom_fields.date_value.date_time,custom_fields.display_value,custom_fields.enabled,custom_fields.enum_options,custom_fields.enum_options.color,custom_fields.enum_options.enabled,custom_fields.enum_options.name,custom_fields.enum_value,custom_fields.enum_value.color,custom_fields.enum_value.enabled,custom_fields.enum_value.name,custom_fields.is_formula_field,custom_fields.multi_enum_values,custom_fields.multi_enum_values.color,custom_fields.multi_enum_values.enabled,custom_fields.multi_enum_values.name,custom_fields.name,custom_fields.number_value,custom_fields.resource_subtype,custom_fields.text_value,custom_fields.type,due_on,members,members.name,name,owner,owner.name,permalink_url,project_templates,project_templates.name,public,start_on,workspace,workspace.name"
};
@@ -410,7 +410,7 @@ let token = client.authentications['token'];
token.accessToken = '';
let portfoliosApiInstance = new Asana.PortfoliosApi();
-let body = {"data": {"param1": "value1", "param2": "value2",}}; // Object | Information about the custom field setting being removed.
+let body = {"data": {"": "", "": "",}}; // Object | Information about the custom field setting being removed.
let portfolio_gid = "12345"; // String | Globally unique identifier for the portfolio.
portfoliosApiInstance.removeCustomFieldSettingForPortfolio(body, portfolio_gid).then((result) => {
@@ -455,7 +455,7 @@ let token = client.authentications['token'];
token.accessToken = '';
let portfoliosApiInstance = new Asana.PortfoliosApi();
-let body = {"data": {"param1": "value1", "param2": "value2",}}; // Object | Information about the item being removed.
+let body = {"data": {"": "", "": "",}}; // Object | Information about the item being removed.
let portfolio_gid = "12345"; // String | Globally unique identifier for the portfolio.
portfoliosApiInstance.removeItemForPortfolio(body, portfolio_gid).then((result) => {
@@ -500,7 +500,7 @@ let token = client.authentications['token'];
token.accessToken = '';
let portfoliosApiInstance = new Asana.PortfoliosApi();
-let body = {"data": {"param1": "value1", "param2": "value2",}}; // Object | Information about the members being removed.
+let body = {"data": {"": "", "": "",}}; // Object | Information about the members being removed.
let portfolio_gid = "12345"; // String | Globally unique identifier for the portfolio.
let opts = {
'opt_fields': "color,created_at,created_by,created_by.name,current_status_update,current_status_update.resource_subtype,current_status_update.title,custom_field_settings,custom_field_settings.custom_field,custom_field_settings.custom_field.asana_created_field,custom_field_settings.custom_field.created_by,custom_field_settings.custom_field.created_by.name,custom_field_settings.custom_field.currency_code,custom_field_settings.custom_field.custom_label,custom_field_settings.custom_field.custom_label_position,custom_field_settings.custom_field.date_value,custom_field_settings.custom_field.date_value.date,custom_field_settings.custom_field.date_value.date_time,custom_field_settings.custom_field.description,custom_field_settings.custom_field.display_value,custom_field_settings.custom_field.enabled,custom_field_settings.custom_field.enum_options,custom_field_settings.custom_field.enum_options.color,custom_field_settings.custom_field.enum_options.enabled,custom_field_settings.custom_field.enum_options.name,custom_field_settings.custom_field.enum_value,custom_field_settings.custom_field.enum_value.color,custom_field_settings.custom_field.enum_value.enabled,custom_field_settings.custom_field.enum_value.name,custom_field_settings.custom_field.format,custom_field_settings.custom_field.has_notifications_enabled,custom_field_settings.custom_field.is_formula_field,custom_field_settings.custom_field.is_global_to_workspace,custom_field_settings.custom_field.is_value_read_only,custom_field_settings.custom_field.multi_enum_values,custom_field_settings.custom_field.multi_enum_values.color,custom_field_settings.custom_field.multi_enum_values.enabled,custom_field_settings.custom_field.multi_enum_values.name,custom_field_settings.custom_field.name,custom_field_settings.custom_field.number_value,custom_field_settings.custom_field.people_value,custom_field_settings.custom_field.people_value.name,custom_field_settings.custom_field.precision,custom_field_settings.custom_field.resource_subtype,custom_field_settings.custom_field.text_value,custom_field_settings.custom_field.type,custom_field_settings.is_important,custom_field_settings.parent,custom_field_settings.parent.name,custom_field_settings.project,custom_field_settings.project.name,custom_fields,custom_fields.date_value,custom_fields.date_value.date,custom_fields.date_value.date_time,custom_fields.display_value,custom_fields.enabled,custom_fields.enum_options,custom_fields.enum_options.color,custom_fields.enum_options.enabled,custom_fields.enum_options.name,custom_fields.enum_value,custom_fields.enum_value.color,custom_fields.enum_value.enabled,custom_fields.enum_value.name,custom_fields.is_formula_field,custom_fields.multi_enum_values,custom_fields.multi_enum_values.color,custom_fields.multi_enum_values.enabled,custom_fields.multi_enum_values.name,custom_fields.name,custom_fields.number_value,custom_fields.resource_subtype,custom_fields.text_value,custom_fields.type,due_on,members,members.name,name,owner,owner.name,permalink_url,project_templates,project_templates.name,public,start_on,workspace,workspace.name"
@@ -548,7 +548,7 @@ let token = client.authentications['token'];
token.accessToken = '';
let portfoliosApiInstance = new Asana.PortfoliosApi();
-let body = {"data": {"param1": "value1", "param2": "value2",}}; // Object | The updated fields for the portfolio.
+let body = {"data": {"": "", "": "",}}; // Object | The updated fields for the portfolio.
let portfolio_gid = "12345"; // String | Globally unique identifier for the portfolio.
let opts = {
'opt_fields': "color,created_at,created_by,created_by.name,current_status_update,current_status_update.resource_subtype,current_status_update.title,custom_field_settings,custom_field_settings.custom_field,custom_field_settings.custom_field.asana_created_field,custom_field_settings.custom_field.created_by,custom_field_settings.custom_field.created_by.name,custom_field_settings.custom_field.currency_code,custom_field_settings.custom_field.custom_label,custom_field_settings.custom_field.custom_label_position,custom_field_settings.custom_field.date_value,custom_field_settings.custom_field.date_value.date,custom_field_settings.custom_field.date_value.date_time,custom_field_settings.custom_field.description,custom_field_settings.custom_field.display_value,custom_field_settings.custom_field.enabled,custom_field_settings.custom_field.enum_options,custom_field_settings.custom_field.enum_options.color,custom_field_settings.custom_field.enum_options.enabled,custom_field_settings.custom_field.enum_options.name,custom_field_settings.custom_field.enum_value,custom_field_settings.custom_field.enum_value.color,custom_field_settings.custom_field.enum_value.enabled,custom_field_settings.custom_field.enum_value.name,custom_field_settings.custom_field.format,custom_field_settings.custom_field.has_notifications_enabled,custom_field_settings.custom_field.is_formula_field,custom_field_settings.custom_field.is_global_to_workspace,custom_field_settings.custom_field.is_value_read_only,custom_field_settings.custom_field.multi_enum_values,custom_field_settings.custom_field.multi_enum_values.color,custom_field_settings.custom_field.multi_enum_values.enabled,custom_field_settings.custom_field.multi_enum_values.name,custom_field_settings.custom_field.name,custom_field_settings.custom_field.number_value,custom_field_settings.custom_field.people_value,custom_field_settings.custom_field.people_value.name,custom_field_settings.custom_field.precision,custom_field_settings.custom_field.resource_subtype,custom_field_settings.custom_field.text_value,custom_field_settings.custom_field.type,custom_field_settings.is_important,custom_field_settings.parent,custom_field_settings.parent.name,custom_field_settings.project,custom_field_settings.project.name,custom_fields,custom_fields.date_value,custom_fields.date_value.date,custom_fields.date_value.date_time,custom_fields.display_value,custom_fields.enabled,custom_fields.enum_options,custom_fields.enum_options.color,custom_fields.enum_options.enabled,custom_fields.enum_options.name,custom_fields.enum_value,custom_fields.enum_value.color,custom_fields.enum_value.enabled,custom_fields.enum_value.name,custom_fields.is_formula_field,custom_fields.multi_enum_values,custom_fields.multi_enum_values.color,custom_fields.multi_enum_values.enabled,custom_fields.multi_enum_values.name,custom_fields.name,custom_fields.number_value,custom_fields.resource_subtype,custom_fields.text_value,custom_fields.type,due_on,members,members.name,name,owner,owner.name,permalink_url,project_templates,project_templates.name,public,start_on,workspace,workspace.name"
diff --git a/docs/PortfoliosApi.yaml b/docs/PortfoliosApi.yaml
index f96e1102..557a9bca 100644
--- a/docs/PortfoliosApi.yaml
+++ b/docs/PortfoliosApi.yaml
@@ -7,7 +7,7 @@ PortfoliosApi:
token.accessToken = '';
let portfoliosApiInstance = new Asana.PortfoliosApi();
- let body = {"data": {"param1": "value1", "param2": "value2",}}; // Object | Information about the custom field setting.
+ let body = {"data": {"": "", "": "",}}; // Object | Information about the custom field setting.
let portfolio_gid = "12345"; // String | Globally unique identifier for the portfolio.
portfoliosApiInstance.addCustomFieldSettingForPortfolio(body, portfolio_gid).then((result) => {
@@ -24,7 +24,7 @@ PortfoliosApi:
token.accessToken = '';
let portfoliosApiInstance = new Asana.PortfoliosApi();
- let body = {"data": {"param1": "value1", "param2": "value2",}}; // Object | Information about the item being inserted.
+ let body = {"data": {"": "", "": "",}}; // Object | Information about the item being inserted.
let portfolio_gid = "12345"; // String | Globally unique identifier for the portfolio.
portfoliosApiInstance.addItemForPortfolio(body, portfolio_gid).then((result) => {
@@ -41,7 +41,7 @@ PortfoliosApi:
token.accessToken = '';
let portfoliosApiInstance = new Asana.PortfoliosApi();
- let body = {"data": {"param1": "value1", "param2": "value2",}}; // Object | Information about the members being added.
+ let body = {"data": {"": "", "": "",}}; // Object | Information about the members being added.
let portfolio_gid = "12345"; // String | Globally unique identifier for the portfolio.
let opts = {
'opt_fields': "color,created_at,created_by,created_by.name,current_status_update,current_status_update.resource_subtype,current_status_update.title,custom_field_settings,custom_field_settings.custom_field,custom_field_settings.custom_field.asana_created_field,custom_field_settings.custom_field.created_by,custom_field_settings.custom_field.created_by.name,custom_field_settings.custom_field.currency_code,custom_field_settings.custom_field.custom_label,custom_field_settings.custom_field.custom_label_position,custom_field_settings.custom_field.date_value,custom_field_settings.custom_field.date_value.date,custom_field_settings.custom_field.date_value.date_time,custom_field_settings.custom_field.description,custom_field_settings.custom_field.display_value,custom_field_settings.custom_field.enabled,custom_field_settings.custom_field.enum_options,custom_field_settings.custom_field.enum_options.color,custom_field_settings.custom_field.enum_options.enabled,custom_field_settings.custom_field.enum_options.name,custom_field_settings.custom_field.enum_value,custom_field_settings.custom_field.enum_value.color,custom_field_settings.custom_field.enum_value.enabled,custom_field_settings.custom_field.enum_value.name,custom_field_settings.custom_field.format,custom_field_settings.custom_field.has_notifications_enabled,custom_field_settings.custom_field.is_formula_field,custom_field_settings.custom_field.is_global_to_workspace,custom_field_settings.custom_field.is_value_read_only,custom_field_settings.custom_field.multi_enum_values,custom_field_settings.custom_field.multi_enum_values.color,custom_field_settings.custom_field.multi_enum_values.enabled,custom_field_settings.custom_field.multi_enum_values.name,custom_field_settings.custom_field.name,custom_field_settings.custom_field.number_value,custom_field_settings.custom_field.people_value,custom_field_settings.custom_field.people_value.name,custom_field_settings.custom_field.precision,custom_field_settings.custom_field.resource_subtype,custom_field_settings.custom_field.text_value,custom_field_settings.custom_field.type,custom_field_settings.is_important,custom_field_settings.parent,custom_field_settings.parent.name,custom_field_settings.project,custom_field_settings.project.name,custom_fields,custom_fields.date_value,custom_fields.date_value.date,custom_fields.date_value.date_time,custom_fields.display_value,custom_fields.enabled,custom_fields.enum_options,custom_fields.enum_options.color,custom_fields.enum_options.enabled,custom_fields.enum_options.name,custom_fields.enum_value,custom_fields.enum_value.color,custom_fields.enum_value.enabled,custom_fields.enum_value.name,custom_fields.is_formula_field,custom_fields.multi_enum_values,custom_fields.multi_enum_values.color,custom_fields.multi_enum_values.enabled,custom_fields.multi_enum_values.name,custom_fields.name,custom_fields.number_value,custom_fields.resource_subtype,custom_fields.text_value,custom_fields.type,due_on,members,members.name,name,owner,owner.name,permalink_url,project_templates,project_templates.name,public,start_on,workspace,workspace.name"
@@ -60,7 +60,7 @@ PortfoliosApi:
token.accessToken = '';
let portfoliosApiInstance = new Asana.PortfoliosApi();
- let body = {"data": {"param1": "value1", "param2": "value2",}}; // Object | The portfolio to create.
+ let body = {"data": {"": "", "": "",}}; // Object | The portfolio to create.
let opts = {
'opt_fields': "color,created_at,created_by,created_by.name,current_status_update,current_status_update.resource_subtype,current_status_update.title,custom_field_settings,custom_field_settings.custom_field,custom_field_settings.custom_field.asana_created_field,custom_field_settings.custom_field.created_by,custom_field_settings.custom_field.created_by.name,custom_field_settings.custom_field.currency_code,custom_field_settings.custom_field.custom_label,custom_field_settings.custom_field.custom_label_position,custom_field_settings.custom_field.date_value,custom_field_settings.custom_field.date_value.date,custom_field_settings.custom_field.date_value.date_time,custom_field_settings.custom_field.description,custom_field_settings.custom_field.display_value,custom_field_settings.custom_field.enabled,custom_field_settings.custom_field.enum_options,custom_field_settings.custom_field.enum_options.color,custom_field_settings.custom_field.enum_options.enabled,custom_field_settings.custom_field.enum_options.name,custom_field_settings.custom_field.enum_value,custom_field_settings.custom_field.enum_value.color,custom_field_settings.custom_field.enum_value.enabled,custom_field_settings.custom_field.enum_value.name,custom_field_settings.custom_field.format,custom_field_settings.custom_field.has_notifications_enabled,custom_field_settings.custom_field.is_formula_field,custom_field_settings.custom_field.is_global_to_workspace,custom_field_settings.custom_field.is_value_read_only,custom_field_settings.custom_field.multi_enum_values,custom_field_settings.custom_field.multi_enum_values.color,custom_field_settings.custom_field.multi_enum_values.enabled,custom_field_settings.custom_field.multi_enum_values.name,custom_field_settings.custom_field.name,custom_field_settings.custom_field.number_value,custom_field_settings.custom_field.people_value,custom_field_settings.custom_field.people_value.name,custom_field_settings.custom_field.precision,custom_field_settings.custom_field.resource_subtype,custom_field_settings.custom_field.text_value,custom_field_settings.custom_field.type,custom_field_settings.is_important,custom_field_settings.parent,custom_field_settings.parent.name,custom_field_settings.project,custom_field_settings.project.name,custom_fields,custom_fields.date_value,custom_fields.date_value.date,custom_fields.date_value.date_time,custom_fields.display_value,custom_fields.enabled,custom_fields.enum_options,custom_fields.enum_options.color,custom_fields.enum_options.enabled,custom_fields.enum_options.name,custom_fields.enum_value,custom_fields.enum_value.color,custom_fields.enum_value.enabled,custom_fields.enum_value.name,custom_fields.is_formula_field,custom_fields.multi_enum_values,custom_fields.multi_enum_values.color,custom_fields.multi_enum_values.enabled,custom_fields.multi_enum_values.name,custom_fields.name,custom_fields.number_value,custom_fields.resource_subtype,custom_fields.text_value,custom_fields.type,due_on,members,members.name,name,owner,owner.name,permalink_url,project_templates,project_templates.name,public,start_on,workspace,workspace.name"
};
@@ -153,7 +153,7 @@ PortfoliosApi:
token.accessToken = '';
let portfoliosApiInstance = new Asana.PortfoliosApi();
- let body = {"data": {"param1": "value1", "param2": "value2",}}; // Object | Information about the custom field setting being removed.
+ let body = {"data": {"": "", "": "",}}; // Object | Information about the custom field setting being removed.
let portfolio_gid = "12345"; // String | Globally unique identifier for the portfolio.
portfoliosApiInstance.removeCustomFieldSettingForPortfolio(body, portfolio_gid).then((result) => {
@@ -170,7 +170,7 @@ PortfoliosApi:
token.accessToken = '';
let portfoliosApiInstance = new Asana.PortfoliosApi();
- let body = {"data": {"param1": "value1", "param2": "value2",}}; // Object | Information about the item being removed.
+ let body = {"data": {"": "", "": "",}}; // Object | Information about the item being removed.
let portfolio_gid = "12345"; // String | Globally unique identifier for the portfolio.
portfoliosApiInstance.removeItemForPortfolio(body, portfolio_gid).then((result) => {
@@ -187,7 +187,7 @@ PortfoliosApi:
token.accessToken = '';
let portfoliosApiInstance = new Asana.PortfoliosApi();
- let body = {"data": {"param1": "value1", "param2": "value2",}}; // Object | Information about the members being removed.
+ let body = {"data": {"": "", "": "",}}; // Object | Information about the members being removed.
let portfolio_gid = "12345"; // String | Globally unique identifier for the portfolio.
let opts = {
'opt_fields': "color,created_at,created_by,created_by.name,current_status_update,current_status_update.resource_subtype,current_status_update.title,custom_field_settings,custom_field_settings.custom_field,custom_field_settings.custom_field.asana_created_field,custom_field_settings.custom_field.created_by,custom_field_settings.custom_field.created_by.name,custom_field_settings.custom_field.currency_code,custom_field_settings.custom_field.custom_label,custom_field_settings.custom_field.custom_label_position,custom_field_settings.custom_field.date_value,custom_field_settings.custom_field.date_value.date,custom_field_settings.custom_field.date_value.date_time,custom_field_settings.custom_field.description,custom_field_settings.custom_field.display_value,custom_field_settings.custom_field.enabled,custom_field_settings.custom_field.enum_options,custom_field_settings.custom_field.enum_options.color,custom_field_settings.custom_field.enum_options.enabled,custom_field_settings.custom_field.enum_options.name,custom_field_settings.custom_field.enum_value,custom_field_settings.custom_field.enum_value.color,custom_field_settings.custom_field.enum_value.enabled,custom_field_settings.custom_field.enum_value.name,custom_field_settings.custom_field.format,custom_field_settings.custom_field.has_notifications_enabled,custom_field_settings.custom_field.is_formula_field,custom_field_settings.custom_field.is_global_to_workspace,custom_field_settings.custom_field.is_value_read_only,custom_field_settings.custom_field.multi_enum_values,custom_field_settings.custom_field.multi_enum_values.color,custom_field_settings.custom_field.multi_enum_values.enabled,custom_field_settings.custom_field.multi_enum_values.name,custom_field_settings.custom_field.name,custom_field_settings.custom_field.number_value,custom_field_settings.custom_field.people_value,custom_field_settings.custom_field.people_value.name,custom_field_settings.custom_field.precision,custom_field_settings.custom_field.resource_subtype,custom_field_settings.custom_field.text_value,custom_field_settings.custom_field.type,custom_field_settings.is_important,custom_field_settings.parent,custom_field_settings.parent.name,custom_field_settings.project,custom_field_settings.project.name,custom_fields,custom_fields.date_value,custom_fields.date_value.date,custom_fields.date_value.date_time,custom_fields.display_value,custom_fields.enabled,custom_fields.enum_options,custom_fields.enum_options.color,custom_fields.enum_options.enabled,custom_fields.enum_options.name,custom_fields.enum_value,custom_fields.enum_value.color,custom_fields.enum_value.enabled,custom_fields.enum_value.name,custom_fields.is_formula_field,custom_fields.multi_enum_values,custom_fields.multi_enum_values.color,custom_fields.multi_enum_values.enabled,custom_fields.multi_enum_values.name,custom_fields.name,custom_fields.number_value,custom_fields.resource_subtype,custom_fields.text_value,custom_fields.type,due_on,members,members.name,name,owner,owner.name,permalink_url,project_templates,project_templates.name,public,start_on,workspace,workspace.name"
@@ -206,7 +206,7 @@ PortfoliosApi:
token.accessToken = '';
let portfoliosApiInstance = new Asana.PortfoliosApi();
- let body = {"data": {"param1": "value1", "param2": "value2",}}; // Object | The updated fields for the portfolio.
+ let body = {"data": {"": "", "": "",}}; // Object | The updated fields for the portfolio.
let portfolio_gid = "12345"; // String | Globally unique identifier for the portfolio.
let opts = {
'opt_fields': "color,created_at,created_by,created_by.name,current_status_update,current_status_update.resource_subtype,current_status_update.title,custom_field_settings,custom_field_settings.custom_field,custom_field_settings.custom_field.asana_created_field,custom_field_settings.custom_field.created_by,custom_field_settings.custom_field.created_by.name,custom_field_settings.custom_field.currency_code,custom_field_settings.custom_field.custom_label,custom_field_settings.custom_field.custom_label_position,custom_field_settings.custom_field.date_value,custom_field_settings.custom_field.date_value.date,custom_field_settings.custom_field.date_value.date_time,custom_field_settings.custom_field.description,custom_field_settings.custom_field.display_value,custom_field_settings.custom_field.enabled,custom_field_settings.custom_field.enum_options,custom_field_settings.custom_field.enum_options.color,custom_field_settings.custom_field.enum_options.enabled,custom_field_settings.custom_field.enum_options.name,custom_field_settings.custom_field.enum_value,custom_field_settings.custom_field.enum_value.color,custom_field_settings.custom_field.enum_value.enabled,custom_field_settings.custom_field.enum_value.name,custom_field_settings.custom_field.format,custom_field_settings.custom_field.has_notifications_enabled,custom_field_settings.custom_field.is_formula_field,custom_field_settings.custom_field.is_global_to_workspace,custom_field_settings.custom_field.is_value_read_only,custom_field_settings.custom_field.multi_enum_values,custom_field_settings.custom_field.multi_enum_values.color,custom_field_settings.custom_field.multi_enum_values.enabled,custom_field_settings.custom_field.multi_enum_values.name,custom_field_settings.custom_field.name,custom_field_settings.custom_field.number_value,custom_field_settings.custom_field.people_value,custom_field_settings.custom_field.people_value.name,custom_field_settings.custom_field.precision,custom_field_settings.custom_field.resource_subtype,custom_field_settings.custom_field.text_value,custom_field_settings.custom_field.type,custom_field_settings.is_important,custom_field_settings.parent,custom_field_settings.parent.name,custom_field_settings.project,custom_field_settings.project.name,custom_fields,custom_fields.date_value,custom_fields.date_value.date,custom_fields.date_value.date_time,custom_fields.display_value,custom_fields.enabled,custom_fields.enum_options,custom_fields.enum_options.color,custom_fields.enum_options.enabled,custom_fields.enum_options.name,custom_fields.enum_value,custom_fields.enum_value.color,custom_fields.enum_value.enabled,custom_fields.enum_value.name,custom_fields.is_formula_field,custom_fields.multi_enum_values,custom_fields.multi_enum_values.color,custom_fields.multi_enum_values.enabled,custom_fields.multi_enum_values.name,custom_fields.name,custom_fields.number_value,custom_fields.resource_subtype,custom_fields.text_value,custom_fields.type,due_on,members,members.name,name,owner,owner.name,permalink_url,project_templates,project_templates.name,public,start_on,workspace,workspace.name"
diff --git a/docs/ProjectBriefsApi.md b/docs/ProjectBriefsApi.md
index bd75f0ca..b823f872 100644
--- a/docs/ProjectBriefsApi.md
+++ b/docs/ProjectBriefsApi.md
@@ -27,7 +27,7 @@ let token = client.authentications['token'];
token.accessToken = '';
let projectBriefsApiInstance = new Asana.ProjectBriefsApi();
-let body = {"data": {"param1": "value1", "param2": "value2",}}; // Object | The project brief to create.
+let body = {"data": {"": "", "": "",}}; // Object | The project brief to create.
let project_gid = "1331"; // String | Globally unique identifier for the project.
let opts = {
'opt_fields': "html_text,permalink_url,project,project.name,text,title"
@@ -164,7 +164,7 @@ let token = client.authentications['token'];
token.accessToken = '';
let projectBriefsApiInstance = new Asana.ProjectBriefsApi();
-let body = {"data": {"param1": "value1", "param2": "value2",}}; // Object | The updated fields for the project brief.
+let body = {"data": {"": "", "": "