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
@@ -51,6 +51,8 @@ consistent implementation across all types of subscriptions.
51
51
#### Other deprecated endpoints
52
52
-`products.getFeatures` moved to `features.getAll` with the `productUuid` filter applied.
53
53
-`products.getPlans` moved to `plans.getAll` with the `productUuid` filter applied.
54
+
-`subscriptions.addSeats` moved to `subscriptions.updateSeatCount` with `increment` set.
55
+
-`subscriptions.removeSeats` moved to `subscriptions.updateSeatCount` with `decerement` set.
54
56
55
57
#### Affected responses
56
58
-`products.getAll` now uses cursor-based pagination in the response.
@@ -59,6 +61,7 @@ consistent implementation across all types of subscriptions.
59
61
#### New methods
60
62
-`features.getAll` - Retrieves all features for an organisation. The response uses cursor-based pagination.
61
63
-`plans.getAll` - Retrieves all plans for an organisation. The response uses cursor-based pagination.
64
+
-`subscriptions.updateSeatCount` - v2 of the API required two different endpoints to add and remove seats on a per-seat subscription. In v3 this has been aligned under one method `subscriptions.updateSeatCount`.
62
65
-`entitlements.check` - Check grantee access to specific features (replaces `licenses.check`).
0 commit comments