Skip to content

Commit 9e7714d

Browse files
committed
Update Changelogs “4-59-2-2020-03-10”
1 parent 4511100 commit 9e7714d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/changelog/4-59-2-2020-03-10.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ The previous API release was assigned version number 4.14.1, while this release
1616
* Added `updated` and `created` read-only fields to Domain Record objects.
1717
* Use the [Domain Records collection](https://developers.linode.com/api/v4/domains-domain-id-records) to review your Domain Record objects.
1818
* Added the List Object Storage Buckets in Cluster ([GET /object-storage/buckets/{clusterId}](/api/v4/object-storage-buckets-cluster-id)) endpoint.
19-
* This endpoint returns a list of Buckets in a specific cluster that belong to the user's Account.
19+
* This endpoint returns a list of buckets in a specific cluster that belong to the user's Account.
2020
* When cloning a Linode ([POST /linode/instances/{linodeId}/clone](/api/v4/linode-instances-linode-id-clone/#post)), any tags existing on the source Linode will be cloned to the target Linode.
2121

2222
### Changed
2323

2424
* When a Linode goes into maintenance mode its `status` field will now display `stopped`.
2525
* To view a Linode's status, use the View Linode ([GET /linode/instances/{linodeId}](/api/v4/linode-instances-linode-id)) endpoint.
26-
* When creating ([POST /linode/instances](/api/v4/linode-instances/#post)) or updating ([PUT /linode/instances](/api/v4/linode-instances-linode-id/#put)) a Linode its `root_pass` field must now also meet a password strength score requirement that is calculated internally by the API. If the strength requirement is not met, you will receive a `Password does not meet strength requirement` error.
26+
* When creating ([POST /linode/instances](/api/v4/linode-instances/#post)) or updating ([PUT /linode/instances](/api/v4/linode-instances-linode-id/#put)) a Linode, its `root_pass` field must now also meet a password strength score requirement that is calculated internally by the API. If the strength requirement is not met, you will receive a `Password does not meet strength requirement` error.
2727

2828
### Fixed
2929

0 commit comments

Comments
 (0)