Contents
Changelog
UPDATE
Effective from:
February 28, 2022
February 2022 release notes
Announced: February 28, 2022
Effective from:
February 28, 2022
February 28, 2022
1. We updated the description of the visible_to
body parameter for the following endpoints:
POST /deals
PUT /deals/{id}
POST /leads
PATCH /leads/{id}
POST /organizations
PUT /organizations/{id}
POST /persons
PUT /persons/{id}
POST /products
PUT /products/{id}
Similarly, the description of the value
body parameter was updated for the POST /roles/{id}/settings
endpoint.
Possible values for the visibility setting are 1
, 3
, 5
and 7
:
Essential / Advanced plan
Value | Description |
---|---|
| Owner & followers |
| Entire company |
Professional / Enterprise plan
Value | Description |
---|---|
| Owner only |
| Owner's visibility group |
| Owner's visibility group and sub-groups |
| Entire company |
2. We removed the deprecated write_flag
property from the responses of all Mailbox endpoints:
GET /mailbox/mailMessages/{id}
GET /mailbox/mailThreads
GET /mailbox/mailThreads/{id}
GET /mailbox/mailThreads/{id}/mailMessages
PUT /mailbox/mailThreads/{id}
DELETE /mailbox/mailThreads/{id}
3. We documented required
labels for the body parameters of the following endpoints:
POST /deals/{id}/products
-item_price
andquantity
are requiredPUT /deals/{id}/products/{product_attachment_id}
-item_price
andquantity
are requiredPOST /notes
-content
is requiredPOST /organizations
-name
is requiredPOST /persons
-name
is requiredDELETE /persons
-ids
is requiredPOST /products
-name
is required