You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,20 +6,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
6
7
7
## [Unreleased]
8
8
### Added
9
-
<<<<<<< HEAD
10
9
- Added `source_deal_id` field to Lead schema to track the deal ID when a lead is converted from a deal
11
10
- Added `source_lead_id` field to v2 Deal schema to track the lead ID when a deal is converted from a lead
12
-
=======
13
11
- Added `include_field_code` query parameter to Filters endpoints:
14
12
-`GET /v1/filters/{id}`
15
13
-`PUT /v1/filters/{id}`
16
14
-`POST /v1/filters`
17
15
- When set to `true`, each condition in the response includes a `field_code` field identifying the field by its code name. The value is `null` if the field code cannot be resolved.
16
+
### Changed
17
+
- Changed `board_id` and `phase_id` to be optional in `POST /api/v1/projects`
0 commit comments