Contents
Changelog
UPDATE
Effective from:
December 8, 2022
November 2022 release notes
Announced: December 8, 2022
Effective from:
December 8, 2022
December 8, 2022
1. The ItemSearch API now supports searching for projects.
For the GET /itemSearch
endpoint:
- the
item_types
query parameter has a new possible valueproject
- the
fields
query parameter now allows you to use search from the following project fields:custom_fields
,notes
,title
,description
For the GET /itemSearch/field
endpoint:
- the
field_type
query parameter supports a new valueprojectField
2. We have documented the product_id
required body parameter for the POST /deals/{id}/products
endpoint.
3. Required labels were documented to reflect reality for the assignee
, type
, expected_outcome
, duration
, and interval
body parameters of the POST /goals
endpoint.
4. We have removed the mistakenly documented primary_email
body parameter from POST /persons
and PUT /persons/{id}
endpoints.