Skip to content

Commit d1202ac

Browse files
committed
185 update changelog to include previous updates
1 parent 0955794 commit d1202ac

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,21 @@ For public Changelog covering all changes done to Pipedrive’s API, webhooks an
1212
### Fixed
1313
- Added missing `partnership` value for user access apps list
1414

15+
### Added
16+
- Notice informing the users of the upcoming Subscriptions API deprecation:
17+
- `GET /v1/subscriptions/{id}`
18+
- `GET /v1/subscriptions/find/{dealId}`
19+
- `GET /v1/subscriptions/{id}/payments`
20+
- `POST /v1/subscriptions/recurring`
21+
- `POST /v1/subscriptions/installment`
22+
- `PUT /v1/subscriptions/recurring/{id}`
23+
- `PUT /v1/subscriptions/installment/{id}`
24+
- `PUT /v1/subscriptions/recurring/{id}/cancel`
25+
- `DELETE /v1/subscriptions/{id}`
26+
27+
### Changed
28+
- Updated Webhooks endpoints to v2, including available event_action and event_object properties
29+
1530
## [24.2.0] - 2025-03-12
1631
### Added
1732
- Added `GET /v2/deals/installments` endpoint to fetch all installments added to a list of deals with cursor pagination

0 commit comments

Comments
 (0)