Skip to content

Commit 45f2f72

Browse files
Clean up
1 parent 6fac119 commit 45f2f72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
112112
### Changes in CRM Lists APIs:
113113
- Renamed Api client from `memberships_api` to `list_app_membership_api`.
114114
- Renamed Api client from `lists_api` to `list_app_api`.
115-
- Changed in all methods of class `ListAppApi` the type of parameters `list_id` and `list_ids: list[]` to `list_id` and `list_ids: list[]` from `int` to `string`.
116-
- Changed in all methods of class `ListAppMembershipApi` the type of parameters `list_id`, `request_body: list[]` and `source_list_id` from `int` to `string`.
115+
- Changed the type of parameters `list_id` and `list_ids: list[]` from `int` to `string` in all methods of class `ListAppApi`.
116+
- Changed the type of parameters `list_id`, `request_body: list[]` and `source_list_id` from `int` to `string` in all methods of class `ListAppMembershipApi`.
117117
- Renamed method `memberships_api.add_remove()` to `list_app_membership_api.add_and_remove()`.
118118

119119
### Changes in CRM Lists Models:

0 commit comments

Comments
 (0)