docs/Body7.md in brevo-2.0.0 vs docs/Body7.md in brevo-3.0.0
- old
+ new
@@ -1,17 +1,9 @@
# Brevo::Body7
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**name** | **String** | Name of task | [optional]
-**duration** | **Integer** | Duration of task in milliseconds [1 minute = 60000 ms] | [optional]
-**task_type_id** | **String** | Id for type of task e.g Call / Email / Meeting etc. | [optional]
-**date** | **DateTime** | Task date/time | [optional]
-**notes** | **String** | Notes added to a task | [optional]
-**done** | **BOOLEAN** | Task marked as done | [optional]
-**assign_to_id** | **String** | User id to whom task is assigned | [optional]
-**contacts_ids** | **Array<Integer>** | Contact ids for contacts linked to this task | [optional]
-**deals_ids** | **Array<String>** | Deal ids for deals a task is linked to | [optional]
-**companies_ids** | **Array<String>** | Companies ids for companies a task is linked to | [optional]
+**name** | **String** | Name of deal | [optional]
+**attributes** | **Object** | Attributes for deal update To assign owner of a Deal you can send attributes.deal_owner and utilize the account email or ID. If you wish to update the pipeline of a deal you need to provide the `pipeline` and the `deal_stage`. Pipeline and deal_stage are ids you can fetch using this endpoint `/crm/pipeline/details/{pipelineID}` | [optional]