Skip to content

Commit 335cc0f

Browse files
committed
Update longview entries
1 parent c2e20bc commit 335cc0f

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

src/content/changelog/4-72-0-2020-08-10.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,22 @@ changelog:
1212

1313
### Changed
1414

15-
- Changing your Longview subscription is no longer available at the Update Account Settings ([PUT /account/settings](/api/v4/account-settings/#put)) endpoint. Accordingly, the `longview_subscription` property has been removed from the Update Account Settings request body.
15+
- Changing your Longview subscription is no longer available at the Update Account Settings ([PUT /account/settings](/api/v4/account-settings/#put)) endpoint. Accordingly, the `longview_subscription` property has been removed from the Update Account Settings request body. To update your Longview plan, please use the Update Longview Plan ([PUT /longview/plan](/api/v4/longview-plan/#put)) endpoint.
1616

1717
- Updated the description and response for the View Longview Plan ([GET /longview/plan](/api/v4/longview-plan)) endpoint:
18-
- The previous description stated that this endpoint returns a `longview_subscription` ID. This has been corrected to state that the response consists of a `LongviewSubscription` object for your current Longview Pro plan, or an empty set `{}` if your current plan is Longview Free.
19-
- The response body and sample have been updated to include the details of the returned `LongviewSubscription` object for your current Longview plan.
18+
- The previous description stated that this endpoint returns a `longview_subscription` ID. This has been corrected to state that the response consists of a LongviewSubscription object for your current Longview Pro plan, or an empty set `{}` if your current plan is Longview Free.
19+
- The response body and sample have been updated to include the details of the returned LongviewSubscription object for your current Longview plan.
20+
21+
- Accessing the View Longview Plan ([GET /longview/plan](/api/v4/longview-plan)) endpoint now requires one of the following `global` [User Grants](/api/v4/account-users-username-grants/):
22+
- `"account_access": read_write`
23+
- `"account_access": read_only`
24+
- `"longview_subscription": true`
25+
- `"add_longview": true`
2026

2127
- Updated the description, request, and response for the Update Longview Plan ([PUT /longview/plan](/api/v4/longview-plan/#put)) endpoint:
2228
- The previous description stated that this endpoint returns a `longview_subscription` ID. The description has been corrected to state that the response consists of a `LongviewSubscription` object for the updated Longview Pro plan, or an empty set `{}` if the updated plan is Longview Free.
29+
- Accessing this endpoint now requires `"longview_subscription": true` as a `global` [User Grant](/api/v4/account-users-username-grants/).
30+
- The required OAuth scope has been changed from `account:read_write` to `longview:read_write`.
2331
- The request body schema has been updated to specify possible values for the `longview_subscription` field and to reflect that it is nullable, with a `null` value corresponding to Longview Free.
2432
- The response body and sample have been updated to include the details of the returned `LongviewSubscription` object.
2533

0 commit comments

Comments
 (0)