Skip to content

Commit e7364b5

Browse files
authored
Merge pull request linode#240 from bbiggerr/api-changelog-4.72.0
API Changelog 4.72.0
2 parents 5b9599f + 335cc0f commit e7364b5

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
title: '4.72.0: 2020-08-10'
3+
date: 2020-08-10T04:00:00.000Z
4+
version: 4.72.0
5+
changelog:
6+
- API
7+
---
8+
9+
### Added
10+
11+
- The IPv4 and IPv6 addresses of the DNS resolvers for a region are now accessible at the View Region ([GET /regions/{regionId}](/api/v4/regions-region-id)) endpoint.
12+
13+
### Changed
14+
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.
16+
17+
- 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.
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`
26+
27+
- Updated the description, request, and response for the Update Longview Plan ([PUT /longview/plan](/api/v4/longview-plan/#put)) endpoint:
28+
- 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`.
31+
- 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.
32+
- The response body and sample have been updated to include the details of the returned `LongviewSubscription` object.
33+
34+
- Updated the response for the List Longview Subscriptions ([GET /longview/subscription](/api/v4/longview-subscriptions)) and View Longview Subscription ([GET /longview/subscriptions/{subscriptionID}](/api/v4/longview-subscriptions-subscription-id)) endpoint:
35+
- The response `id` property has been revised to specify possible values.
36+
37+
- Updated the Object Storage Bucket response schema to include the `size` property in the List Object Storage Buckets ([GET /object-storage/buckets](/api/v4/object-storage-buckets)), Create Object Storage Bucket ([POST /object-storage/buckets](/api/v4/object-storage-buckets/#post)), View Object Storage Bucket ([GET /object-storage/buckets/{clusterId}/{bucket}](/api/v4/object-storage-buckets-cluster-id-bucket)), and List Object Storage Buckets in Cluster ([GET /object-storage/buckets/{clusterId}](/api/v4/object-storage-buckets-cluster-id)) endpoints.
38+
39+
### Fixed
40+
41+
- A bug that prevented the Update Longview Plan ([PUT /longview/plan](/api/v4/longview-plan/#put)) endpoint from functioning has been fixed. The endpoint will now update your account's Longview plan as expected.

0 commit comments

Comments
 (0)