Skip to content

Commit 836104e

Browse files
Add entry for LKE collection label character validation updates
Minor copy edits for LKE schema rewrite entry
1 parent 64e1376 commit 836104e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/content/changelog/4-69-0-2020-07-13.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,6 @@ changelog:
3030

3131
- A bug was fixed that allowed multiple Account Users to be created with the same `username`. This bug affected the Create User ([POST /account/users](https://developers.linode.com/api/v4/account-users/#post)) and Update User ([PUT /account/users/{username}](/api/v4/account-users-username/#put)) endpoints.
3232

33-
- Combined the LKEClusterRequestBody into the LKECluster schema object and removed the LKEClusterRequestBody object. This change fixed some display issues within the [Linode Kubernetes Engine Endpoint](https://developers.linode.com/api/v4/lke-clusters) collection.
33+
- Combined the `LKEClusterRequestBody` into the `LKECluste`r schema object and removed the `LKEClusterRequestBody` object within the [APIv4 OpenAPI 3 reference](https://github.com/linode/linode-api-docs). This change fixed some display issues on the [Linode API Documentation](https://developers.linode.com/api/v4) website for the [Linode Kubernetes Engine Endpoint](/api/v4/lke-clusters) collection.
34+
35+
- When creating an LKE Cluster ([POST /lke/clusters](/api/v4/lke-clusters/#post)) or updating an LKE Cluster ([PUT /lke/clusters/{clusterId}](/api/v4/lke-clusters-cluster-id/#put)), the `label` field supports valid Unicode outside of the ASCII table. Previously, the APIv4 reference listed the incorrect character limitations for this field.

0 commit comments

Comments
 (0)