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
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,11 @@ For public Changelog covering all changes done to Pipedrive’s API, webhooks an
8
8
9
9
## [Unreleased]
10
10
11
+
## [33.3.0] - 2026-05-29
12
+
### Added
13
+
- Added `project_id` parameter to `POST /v1/files` endpoint
14
+
- Added `project_id` & `project_name` properties to responses in `/v1/files/*` endpoints
15
+
11
16
## [33.2.0] - 2026-05-29
12
17
### Added
13
18
- Added `website`, `linkedin`, `industry`, `annual_revenue`, and `employee_count` fields to v2 organization response schema (`GET /api/v2/organizations`, `GET /api/v2/organizations/{id}`) — all nullable, not included by default
@@ -1265,7 +1270,8 @@ Those fields will be formatted as "2020-07-13" instead of "2020-07-13T00:00:00.0
1265
1270
* Fixed `GET /goal/:id/results` error handling in case when there are no existing stages connected to specified goal
1266
1271
* Fixed typo in lead example response (`crrency` to `currency`)
* Creates a new empty file in the remote location (`googledrive`) that will be linked to the item you supply. For more information, see the tutorial for <a href=\"https://pipedrive.readme.io/docs/adding-a-remote-file\" target=\"_blank\" rel=\"noopener noreferrer\">adding a remote file</a>.
0 commit comments