Skip to content

Commit 609473b

Browse files
committed
Standardize API changelog endpoint links
1 parent 5d925f7 commit 609473b

File tree

5 files changed

+24
-24
lines changed

5 files changed

+24
-24
lines changed

src/content/changelog/4-79-0-2020-11-3.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,24 @@ changelog:
77
---
88
### Added
99

10-
- Added the [Object Storage Object ACL View](http://www.linode.com/docs/api/object-storage/#object-storage-object-acl-config-view) (GET /object-storage/buckets/{clusterId}/{bucket}/object-acl) endpoint. This endpoint returns an Object's currently configured Access Control List (ACL) within a specific bucket. ACLs define who can access your buckets and objects and specify the level of access granted to those users.
10+
- Added the Object Storage Object ACL View ([GET /object-storage/buckets/{clusterId}/{bucket}/object-acl](http://www.linode.com/docs/api/object-storage/#object-storage-object-acl-config-view)) endpoint. This endpoint returns an Object's currently configured Access Control List (ACL) within a specific bucket. ACLs define who can access your buckets and objects and specify the level of access granted to those users.
1111

12-
- Added the [Object Storage Object ACL Update](http://www.linode.com/docs/api/object-storage/#object-storage-object-acl-config-update) (PUT /object-storage/buckets/{clusterId}/{bucket}/object-acl) endpoint. This endpoint update's an Object's currently configured Access Control List (ACL) within a specific bucket. ACLs define who can access your buckets and objects and specify the level of access granted to those users.
12+
- Added the Object Storage Object ACL Update ([PUT /object-storage/buckets/{clusterId}/{bucket}/object-acl](http://www.linode.com/docs/api/object-storage/#object-storage-object-acl-config-update)) endpoint. This endpoint update's an Object's currently configured Access Control List (ACL) within a specific bucket. ACLs define who can access your buckets and objects and specify the level of access granted to those users.
1313

14-
- Added the [Object Storage Bucket Access Update](http://www.linode.com/docs/api/object-storage/#object-storage-bucket-access-update) (PUT /object-storage/buckets/{clusterId}/{bucket}/access) endpoint. Use this endpoint to update a bucket's basic Cross-origin Resource Sharing (CORS) and Access Control Level (ACL) settings.
14+
- Added the Object Storage Bucket Access Update ([PUT /object-storage/buckets/{clusterId}/{bucket}/access](http://www.linode.com/docs/api/object-storage/#object-storage-bucket-access-update)) endpoint. Use this endpoint to update a bucket's basic Cross-origin Resource Sharing (CORS) and Access Control Level (ACL) settings.
1515

16-
- Added the [Object Storage Transfer View](http://www.linode.com/docs/api/object-storage/#object-storage-object-acl-config-view) (GET /object-storage/transfer) endpoint. This endpoint returns the amount of outbound data transfer used by your account's Object Storage buckets. Object Storage adds 1 terabyte of outbound data transfer to your data transfer pool. See the [Object Storage Pricing and Limitations](http://www.linode.com/docs/guides/pricing-and-limitations/) guide for details on Object Storage transfer quotas.
16+
- Added the Object Storage Transfer View ([GET /object-storage/transfer](http://www.linode.com/docs/api/object-storage/#object-storage-object-acl-config-view)) endpoint. This endpoint returns the amount of outbound data transfer used by your account's Object Storage buckets. Object Storage adds 1 terabyte of outbound data transfer to your data transfer pool. See the [Object Storage Pricing and Limitations](http://www.linode.com/docs/guides/pricing-and-limitations/) guide for details on Object Storage transfer quotas.
1717

1818
- Added the `objects` field to the following Object Storage endpoints:
1919

20-
- [Object Storage Buckets List](http://www.linode.com/docs/api/object-storage/#object-storage-buckets-list) (GET /object-storage/buckets)
21-
- [Object Storage Buckets in Cluster List](http://www.linode.com/docs/api/object-storage/#object-storage-buckets-in-cluster-list) (GET /object-storage/buckets/{clusterId})
22-
- [Object Storage Bucket View](http://www.linode.com/docs/api/object-storage/#object-storage-bucket-view) (GET /object-storage/buckets/{clusterId}/{bucket})
20+
- Object Storage Buckets List ([GET /object-storage/buckets](http://www.linode.com/docs/api/object-storage/#object-storage-buckets-list))
21+
- Object Storage Buckets in Cluster List ([GET /object-storage/buckets/{clusterId}](http://www.linode.com/docs/api/object-storage/#object-storage-buckets-in-cluster-list))
22+
- Object Storage Bucket View ([GET /object-storage/buckets/{clusterId}/{bucket}](http://www.linode.com/docs/api/object-storage/#object-storage-bucket-view))
2323

2424
The `object` field returns the number of objects stored in a bucket.
2525

2626
### Fixed
2727

2828
- Error messages for Firewall endpoints have been improved. When applicable, they now return a [Firewall Device's](http://www.linode.com/docs/api/networking/#firewall-device-create) `label` and `id`.
2929

30-
- Fixed the [Ticket Attachment Create](http://www.linode.com/docs/api/support/#ticket-attachment-create) (POST /support/tickets/{ticketId}/attachments) endpoint's SHELL example with the correct way to attach a file when creating a support ticket.
30+
- Fixed the Ticket Attachment Create ([POST /support/tickets/{ticketId}/attachments](http://www.linode.com/docs/api/support/#ticket-attachment-create)) endpoint's SHELL example with the correct way to attach a file when creating a support ticket.

src/content/changelog/4-80-0-2020-11-16.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ changelog:
1010

1111
- CNAME records now allow for a trailing period (.) on target entries. Previously, a CNAME record ending in a period (.) would result in an error. The endpoints affected by this change are:
1212

13-
- [Domain Record Create](http://www.linode.com/docs/api/domains/#domain-record-create) (POST /domains/{domainId}/records)
14-
- [Domain Record Update](http://www.linode.com/docs/api/domains/#domain-record-update) (PUT /domains/{domainId}/records/{recordId})
13+
- Domain Record Create ([POST /domains/{domainId}/records](http://www.linode.com/docs/api/domains/#domain-record-create))
14+
- Domain Record Update ([PUT /domains/{domainId}/records/{recordId}](http://www.linode.com/docs/api/domains/#domain-record-update))

src/content/changelog/4-81-0-2020-12-02.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ changelog:
1010

1111
- A bug was fixed to allow preservation of URL parameters for service monitor addresses set at the following endpoints:
1212

13-
- [Managed Service Create](https://linode.com/docs/api/managed/#managed-service-create) (POST /managed/services)
14-
- [Managed Service Update](https://linode.com/docs/api/managed/#managed-service-update) (PUT /managed/services/{serviceId})
13+
- Managed Service Create ([POST /managed/services](https://linode.com/docs/api/managed/#managed-service-create))
14+
- Managed Service Update ([PUT /managed/services/{serviceId}](https://linode.com/docs/api/managed/#managed-service-update))
1515

1616
- [OAuth Reference](https://linode.com/docs/api/#oauth-reference) has been updated to include Firewall, Maintenance, and Object Storage security scopes.
1717

18-
- The `x-linode-grant` for the [Event Mark as Seen](https://linode.com/docs/api/account/#event-mark-as-seen) (POST /account/events/{eventId}/seen) endpoint has been corrected to `read_only`. Previously, it was stated as `read_write`.
18+
- The `x-linode-grant` for the Event Mark as Seen ([POST /account/events/{eventId}/seen](https://linode.com/docs/api/account/#event-mark-as-seen)) endpoint has been corrected to `read_only`. Previously, it was stated as `read_write`.
1919

20-
- The OAuth scope for the [Firewalls List](https://linode.com/docs/api/networking/#firewalls-list) (GET /networking/firewalls) endpoint has been correct to `firewall:read_only`. Previously, it was stated as `firewalls:read_only`.
20+
- The OAuth scope for the Firewalls List ([GET /networking/firewalls](https://linode.com/docs/api/networking/#firewalls-list)) endpoint has been correct to `firewall:read_only`. Previously, it was stated as `firewalls:read_only`.

src/content/changelog/4-82-0-2020-12-15.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ changelog:
1010

1111
- A bug was fixed to reject leading zeroes on ports set in Firewalls inbound and outbound rules. The following endpoints have been updated to reflect this new exclusion:
1212

13-
- [Firewall Create](https://linode.com/docs/api/networking/#firewall-create) (POST /networking/firewalls)
14-
- [Firewall Update](https://linode.com/docs/api/networking/#firewall-update) (PUT /networking/firewalls/{firewallId})
15-
- [Firewall Rules Update](https://linode.com/docs/api/networking/#firewall-rules-update) (PUT /networking/firewalls/{firewallId}/rules)
13+
- Firewall Create ([POST /networking/firewalls](https://linode.com/docs/api/networking/#firewall-create))
14+
- Firewall Update ([PUT /networking/firewalls/{firewallId}](https://linode.com/docs/api/networking/#firewall-update))
15+
- Firewall Rules Update ([PUT /networking/firewalls/{firewallId}/rules](https://linode.com/docs/api/networking/#firewall-rules-update))
1616

17-
- The [Object Storage Object ACL Config Update](https://linode.com/docs/api/object-storage/#object-storage-object-acl-config-update) (PUT /object-storage/buckets/{clusterId}/{bucket}/object-acl) endpoint previously specified the object `name` as a query parameter. This was corrected to specify the object `name` in the request body.
17+
- The Object Storage Object ACL Config Update ([PUT /object-storage/buckets/{clusterId}/{bucket}/object-acl](https://linode.com/docs/api/object-storage/#object-storage-object-acl-config-update)) endpoint previously specified the object `name` as a query parameter. This was corrected to specify the object `name` in the request body.
1818

1919
- The following endpoints were corrected to include `page`, `pages`, and `results` in their response objects:
20-
- [User Logins List All](https://linode.com/docs/api/account/#user-logins-list-all) (GET /account/logins)
21-
- [Logins List](https://linode.com/docs/api/profile/#logins-list) (GET /profile/logins)
20+
- User Logins List All ([GET /account/logins](https://linode.com/docs/api/account/#user-logins-list-all))
21+
- Logins List ([GET /profile/logins](https://linode.com/docs/api/profile/#logins-list))

src/content/changelog/4-83-0-2021-01-11.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ changelog:
88

99
### Added
1010

11-
- The LKE [Kubernetes Cluster Recycle](https://linode.com/docs/api/linode-kubernetes-engine-lke/#kubernetes-cluster-recycle) (POST /lke/clusters/{clusterId}/recycle) endpoint can now be used to recycle all of the Nodes in a Kubernetes cluster. Replacement Nodes are installed with the latest available patch for the Cluster's Kubernetes Version.
11+
- The LKE [Kubernetes Cluster Recycle ([POST /lke/clusters/{clusterId}/recycle](https://linode.com/docs/api/linode-kubernetes-engine-lke/#kubernetes-cluster-recycle)) endpoint can now be used to recycle all of the Nodes in a Kubernetes cluster. Replacement Nodes are installed with the latest available patch for the Cluster's Kubernetes Version.
1212

13-
- The LKE [Node View](https://linode.com/docs/api/linode-kubernetes-engine-lke/#node-view) (GET /lke/clusters/{clusterID}/nodes/{nodeId}) endpoint can now be used to view the details of an individual Node within a Kubernetes cluster.
13+
- The LKE Node View ([GET /lke/clusters/{clusterID}/nodes/{nodeId}](https://linode.com/docs/api/linode-kubernetes-engine-lke/#node-view)) endpoint can now be used to view the details of an individual Node within a Kubernetes cluster.
1414

15-
- The LKE [Node Recycle](https://linode.com/docs/api/linode-kubernetes-engine-lke/#node-recycle) (POST /lke/clusters/{clusterId}/nodes/{nodeId}/recycle) endpoint can now be used to recycle a Node within a Kubernetes cluster. Replacement Nodes are installed with the latest available patch for the Cluster's Kubernetes Version.
15+
- The LKE Node Recycle ([POST /lke/clusters/{clusterId}/nodes/{nodeId}/recycle](https://linode.com/docs/api/linode-kubernetes-engine-lke/#node-recycle)) endpoint can now be used to recycle a Node within a Kubernetes cluster. Replacement Nodes are installed with the latest available patch for the Cluster's Kubernetes Version.
1616

1717
### Updated
1818

19-
- The LKE [Kubernetes Cluster Update](https://linode.com/docs/api/linode-kubernetes-engine-lke/#kubernetes-cluster-update) (PUT /lke/clusters/{clusterId}) endpoint now includes the `k8s_version` property in its request body schema. This property can be used to upgrade a Kubernetes cluster to the next minor version. New and recycled Nodes in this cluster will be deployed using the latest supported patch of this version.
19+
- The LKE Kubernetes Cluster Update ([PUT /lke/clusters/{clusterId}](https://linode.com/docs/api/linode-kubernetes-engine-lke/#kubernetes-cluster-update)) endpoint now includes the `k8s_version` property in its request body schema. This property can be used to upgrade a Kubernetes cluster to the next minor version. New and recycled Nodes in this cluster will be deployed using the latest supported patch of this version.

0 commit comments

Comments
 (0)