pipedrive 17.1.2 → 17.1.3
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +4 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -8,6 +8,10 @@ For public Changelog covering all changes done to Pipedrive’s API, webhooks an
|
|
8
8
|
|
9
9
|
## [Unreleased]
|
10
10
|
|
11
|
+
## 17.1.3
|
12
|
+
### Changed
|
13
|
+
- Updated `PUT /users/{:id}`: required parameter `active_flag` has no default value
|
14
|
+
|
11
15
|
## 17.1.2
|
12
16
|
### Changed
|
13
17
|
- Changed `PUT /goals/{id}` content type to `application/json`
|